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 |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdcom.xellitix.commons |
| ArtifactId | ArtifactIdnet |
| Last Version | Last Version0.3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionXellitix Commons - Networking
Networking library
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| net-0.3.0.pom | |
| net-0.3.0.jar | 3 KB |
| net-0.3.0-sources.jar | 3 KB |
| net-0.3.0-javadoc.jar | 33 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.xellitix.commons/net/ -->
<dependency>
<groupId>com.xellitix.commons</groupId>
<artifactId>net</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.xellitix.commons/net/
implementation 'com.xellitix.commons:net:0.3.0'
// https://jarcasting.com/artifacts/com.xellitix.commons/net/
implementation ("com.xellitix.commons:net:0.3.0")
'com.xellitix.commons:net:jar:0.3.0'
<dependency org="com.xellitix.commons" name="net" rev="0.3.0">
<artifact name="net" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xellitix.commons', module='net', version='0.3.0')
)
libraryDependencies += "com.xellitix.commons" % "net" % "0.3.0"
[com.xellitix.commons/net "0.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.inject : guice | jar | 4.2.2 |
| com.google.inject.extensions : guice-assistedinject | jar | 4.2.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-all | jar | 1.10.19 |
| org.assertj : assertj-core | jar | 3.11.1 |
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.