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