| Categories | CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection | 
|---|---|
| GroupId | GroupIdcom.guicedee.services | 
| ArtifactId | ArtifactIdxnio-all | 
| Version | Version1.0.1.4-jre13 | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| xnio-all-1.0.1.4-jre13.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.1.4-jre13</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.guicedee.services/xnio-all/
implementation 'com.guicedee.services:xnio-all:1.0.1.4-jre13'// https://jarcasting.com/artifacts/com.guicedee.services/xnio-all/
implementation ("com.guicedee.services:xnio-all:1.0.1.4-jre13")'com.guicedee.services:xnio-all:pom:1.0.1.4-jre13'<dependency org="com.guicedee.services" name="xnio-all" rev="1.0.1.4-jre13">
  <artifact name="xnio-all" type="pom" />
</dependency>@Grapes(
@Grab(group='com.guicedee.services', module='xnio-all', version='1.0.1.4-jre13')
)libraryDependencies += "com.guicedee.services" % "xnio-all" % "1.0.1.4-jre13"[com.guicedee.services/xnio-all "1.0.1.4-jre13"]