License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdcom.jfastnet |
ArtifactId | ArtifactIdjfastnet |
Version | Version0.3.8 |
Type | Typejar |
Description |
Descriptionjfastnet
Fast, reliable UDP messaging for Java. Designed for games.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jfastnet-0.3.8.pom | |
jfastnet-0.3.8.jar | 139 KB |
jfastnet-0.3.8-sources.jar | 98 KB |
jfastnet-0.3.8-javadoc.jar | 587 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jfastnet/jfastnet/ -->
<dependency>
<groupId>com.jfastnet</groupId>
<artifactId>jfastnet</artifactId>
<version>0.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.jfastnet/jfastnet/
implementation 'com.jfastnet:jfastnet:0.3.8'
// https://jarcasting.com/artifacts/com.jfastnet/jfastnet/
implementation ("com.jfastnet:jfastnet:0.3.8")
'com.jfastnet:jfastnet:jar:0.3.8'
<dependency org="com.jfastnet" name="jfastnet" rev="0.3.8">
<artifact name="jfastnet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jfastnet', module='jfastnet', version='0.3.8')
)
libraryDependencies += "com.jfastnet" % "jfastnet" % "0.3.8"
[com.jfastnet/jfastnet "0.3.8"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-collections4 | jar | 4.1 |
com.esotericsoftware : kryo | jar | 4.0.2 |
org.slf4j : slf4j-api | jar | 1.6.6 |
org.slf4j : slf4j-log4j12 | jar | 1.6.6 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.14.8 |
io.netty : netty-all | jar | 4.0.25.Final |
org.javassist : javassist | jar | 3.18.2-GA |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.hamcrest : hamcrest-library | jar | 1.3 |