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