Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.guicedee.services |
ArtifactId | ArtifactIdxnio-nio |
Version | Version1.0.7.0-jre14 |
Type | Typejar |
Filename | Size |
---|---|
xnio-nio-1.0.7.0-jre14.pom | |
xnio-nio-1.0.7.0-jre14.jar | 116 KB |
xnio-nio-1.0.7.0-jre14-tests.jar | 444 bytes |
xnio-nio-1.0.7.0-jre14-sources.jar | 56 KB |
xnio-nio-1.0.7.0-jre14-javadoc.jar | 491 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/xnio-nio/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>xnio-nio</artifactId>
<version>1.0.7.0-jre14</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/xnio-nio/
implementation 'com.guicedee.services:xnio-nio:1.0.7.0-jre14'
// https://jarcasting.com/artifacts/com.guicedee.services/xnio-nio/
implementation ("com.guicedee.services:xnio-nio:1.0.7.0-jre14")
'com.guicedee.services:xnio-nio:jar:1.0.7.0-jre14'
<dependency org="com.guicedee.services" name="xnio-nio" rev="1.0.7.0-jre14">
<artifact name="xnio-nio" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='xnio-nio', version='1.0.7.0-jre14')
)
libraryDependencies += "com.guicedee.services" % "xnio-nio" % "1.0.7.0-jre14"
[com.guicedee.services/xnio-nio "1.0.7.0-jre14"]