You can download kryonet-2.22.0.jar in this page.
New BSD License
kryonet-2.22.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.esotericsoftware/kryonet/pom.properties META-INF/maven/com.esotericsoftware/kryonet/pom.xml com.esotericsoftware.kryonet.Client.class com.esotericsoftware.kryonet.ClientDiscoveryHandler.class com.esotericsoftware.kryonet.Connection.class com.esotericsoftware.kryonet.EndPoint.class com.esotericsoftware.kryonet.FrameworkMessage.class com.esotericsoftware.kryonet.JsonSerialization.class com.esotericsoftware.kryonet.KryoNetException.class com.esotericsoftware.kryonet.KryoSerialization.class com.esotericsoftware.kryonet.Listener.class com.esotericsoftware.kryonet.Serialization.class com.esotericsoftware.kryonet.Server.class com.esotericsoftware.kryonet.ServerDiscoveryHandler.class com.esotericsoftware.kryonet.TcpConnection.class com.esotericsoftware.kryonet.UdpConnection.class com.esotericsoftware.kryonet.rmi.ObjectSpace.class com.esotericsoftware.kryonet.rmi.RemoteObject.class com.esotericsoftware.kryonet.rmi.TimeoutException.class com.esotericsoftware.kryonet.util.InputStreamSender.class com.esotericsoftware.kryonet.util.ObjectIntMap.class com.esotericsoftware.kryonet.util.TcpIdleSender.class
kryonet-2.22.0.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>com.esotericsoftware</groupId> <artifactId>kryonet</artifactId> <version>2.22.0-RC1</version> <packaging>jar</packaging> <name>kryonet</name> <description>TCP and UDP client/server library for Java</description> <url>https://github.com/EsotericSoftware/kryonet</url> <licenses> <license> <name>New BSD License</name> <url>http://www.opensource.org/licenses/bsd-license.php</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>nathan.sweet</id> <name>Nathan Sweet</name> <email>nathan.sweet@gmail.com</email> </developer> </developers> <scm> <url>https://github.com/EsotericSoftware/kryonet</url> <connection>scm:git:https://github.com/EsotericSoftware/kryonet.git</connection> <developerConnection>scm:git:https://github.com/EsotericSoftware/kryonet.git</developerConnection> <tag>HEAD</tag> </scm> <build> <!-- Set nonstandard source and test source dirs --> <sourceDirectory>src</sourceDirectory> <testSourceDirectory>test</testSourceDirectory> </build> <dependencies> <dependency> <groupId>com.esotericsoftware.kryo</groupId> <artifactId>kryo</artifactId> <version>2.24.0</version> </dependency> <dependency> <groupId>com.esotericsoftware</groupId> <artifactId>jsonbeans</artifactId> <!-- TODO: switch to release version as soon as it is available on Maven Central --> <version>0.7</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>com.esotericsoftware</groupId> <artifactId>kryonet</artifactId> <version>2.22.0</version> </dependency>
If you think the following kryonet-2.22.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download kryonet-2.22.0.jar file