Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.guicedee.services |
ArtifactId | ArtifactIdxnio-all |
Version | Version1.0.7.3-jre14 |
Type | Typepom |
Filename | Size |
---|---|
xnio-all-1.0.7.3-jre14.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/xnio-all/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>xnio-all</artifactId>
<version>1.0.7.3-jre14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/xnio-all/
implementation 'com.guicedee.services:xnio-all:1.0.7.3-jre14'
// https://jarcasting.com/artifacts/com.guicedee.services/xnio-all/
implementation ("com.guicedee.services:xnio-all:1.0.7.3-jre14")
'com.guicedee.services:xnio-all:pom:1.0.7.3-jre14'
<dependency org="com.guicedee.services" name="xnio-all" rev="1.0.7.3-jre14">
<artifact name="xnio-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='xnio-all', version='1.0.7.3-jre14')
)
libraryDependencies += "com.guicedee.services" % "xnio-all" % "1.0.7.3-jre14"
[com.guicedee.services/xnio-all "1.0.7.3-jre14"]