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