License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdcom.joepritzel |
ArtifactId | ArtifactIdtaunet |
Version | Version1.4 |
Type | Typejar |
Description |
DescriptionTauNet
A super easy to use networking library.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
taunet-1.4.pom | |
taunet-1.4.jar | 29 KB |
taunet-1.4-sources.jar | 16 KB |
taunet-1.4-javadoc.jar | 133 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.joepritzel/taunet/ -->
<dependency>
<groupId>com.joepritzel</groupId>
<artifactId>taunet</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.joepritzel/taunet/
implementation 'com.joepritzel:taunet:1.4'
// https://jarcasting.com/artifacts/com.joepritzel/taunet/
implementation ("com.joepritzel:taunet:1.4")
'com.joepritzel:taunet:jar:1.4'
<dependency org="com.joepritzel" name="taunet" rev="1.4">
<artifact name="taunet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.joepritzel', module='taunet', version='1.4')
)
libraryDependencies += "com.joepritzel" % "taunet" % "1.4"
[com.joepritzel/taunet "1.4"]
Group / Artifact | Type | Version |
---|---|---|
com.joepritzel : feather | jar | 1.1 |
io.netty : netty-all | jar | 4.0.20.Final |
com.google.code.gson : gson | jar | 2.2.4 |