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