Xellitix Commons - Networking
Java networking library.
Style
This project aims to adhere to the Google Java Style Guide.
Versioning
This project aims to adhere to Semantic Versioning 2.0.0.
License |
License |
---|---|
GroupId | GroupIdcom.xellitix.commons |
ArtifactId | ArtifactIdapi |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionXELLITIX Commons - API
API Library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
api-0.2.0.pom | |
api-0.2.0.jar | 8 KB |
api-0.2.0-sources.jar | 7 KB |
api-0.2.0-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.xellitix.commons/api/ -->
<dependency>
<groupId>com.xellitix.commons</groupId>
<artifactId>api</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.xellitix.commons/api/
implementation 'com.xellitix.commons:api:0.2.0'
// https://jarcasting.com/artifacts/com.xellitix.commons/api/
implementation ("com.xellitix.commons:api:0.2.0")
'com.xellitix.commons:api:jar:0.2.0'
<dependency org="com.xellitix.commons" name="api" rev="0.2.0">
<artifact name="api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xellitix.commons', module='api', version='0.2.0')
)
libraryDependencies += "com.xellitix.commons" % "api" % "0.2.0"
[com.xellitix.commons/api "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.xellitix.commons : net | jar | 0.2.0 |
com.google.inject : guice | jar | 4.1.0 |
com.google.inject.extensions : guice-assistedinject | jar | 4.1.0 |
com.google.inject.extensions : guice-multibindings | jar | 4.1.0 |
javax.ws.rs : javax.ws.rs-api | jar | 2.1.1 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
io.github.classgraph : classgraph | jar | 4.4.12 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |
org.assertj : assertj-core | jar | 3.8.0 |
Java networking library.
This project aims to adhere to the Google Java Style Guide.
This project aims to adhere to Semantic Versioning 2.0.0.