组织ID: |
com.gregmarut.commons |
项目ID: |
network |
版本: |
0.5 |
最后修改时间: |
2019-12-02 02:35:48 |
包类型: |
jar |
标题: |
GNU GENERAL PUBLIC LICENSE, Version 3 |
相关URL: |
https://github.com/gregmarut/commons/ |
大小: |
44.90KB |
|
Maven引入代码: |
<dependency>
<groupId>com.gregmarut.commons</groupId>
<artifactId>network</artifactId>
<version>0.5</version>
</dependency>
|
Gradle引入代码: |
com.gregmarut.commons:network:0.5
|
下载Jar包: |
|
POM文件内容: |
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.gregmarut.commons</groupId>
<artifactId>commons</artifactId>
<version>0.5</version>
</parent>
<artifactId>network</artifactId>
<url>https://github.com/gregmarut/commons/</url>
<licenses>
<license>
<name>GNU GENERAL PUBLIC LICENSE, Version 3</name>
<url>http://www.gnu.org/licenses/gpl.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/gregmarut/commons/</url>
<connection>scm:git:https://github.com/gregmarut/commons.git</connection>
<developerConnection>scm:git:https://github.com/gregmarut/commons.git</developerConnection>
</scm>
<developers>
<developer>
<name>Greg Marut</name>
<email>greg.marut@gmail.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>com.gregmarut.commons</groupId>
<artifactId>util</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.gregmarut.commons</groupId>
<artifactId>encryption</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.gregmarut.commons.network.udp.UDPSocket$UDPListeningActivity.class
com.gregmarut.commons.network.udp.UDPSocket$UDPListeningActivity$1.class
com.gregmarut.commons.network.udp.UDPListener.class
com.gregmarut.commons.network.udp.UDPSocket.class
com.gregmarut.commons.network.udp.UDPSocket$1.class
com.gregmarut.commons.network.tcp.ConnectedServer$ServerActivity$2.class
com.gregmarut.commons.network.tcp.ListeningServer$ServerActivity$1.class
com.gregmarut.commons.network.tcp.Client$ClientActivity$4.class
com.gregmarut.commons.network.tcp.Client$ClientActivity.class
com.gregmarut.commons.network.tcp.ListeningServer.class
com.gregmarut.commons.network.tcp.ClientEvent.class
com.gregmarut.commons.network.tcp.secure.SecureClient.class
com.gregmarut.commons.network.tcp.secure.SecureListeningServer$ServerActivity.class
com.gregmarut.commons.network.tcp.secure.SecureClient$SecureClientActivity.class
com.gregmarut.commons.network.tcp.secure.SecureListeningServer.class
com.gregmarut.commons.network.tcp.secure.SecureConnectedServer.class
com.gregmarut.commons.network.tcp.secure.SecureConnectedServer$SecureServerActivity.class
com.gregmarut.commons.network.tcp.Client$1.class
com.gregmarut.commons.network.tcp.GenericSocket.class
com.gregmarut.commons.network.tcp.ClientListener.class
com.gregmarut.commons.network.tcp.Client$ClientActivity$1.class
com.gregmarut.commons.network.tcp.Client$ClientActivity$2.class
com.gregmarut.commons.network.tcp.ip.secure.IPSecureClient.class
com.gregmarut.commons.network.tcp.ip.secure.IPSecureListeningServer.class
com.gregmarut.commons.network.tcp.ip.IPServerSocket.class
com.gregmarut.commons.network.tcp.ip.IPSocket.class
com.gregmarut.commons.network.tcp.ip.IPListeningServer.class
com.gregmarut.commons.network.tcp.ip.IPClient.class
com.gregmarut.commons.network.tcp.GenericServerSocket.class
com.gregmarut.commons.network.tcp.ConnectedServer.class
com.gregmarut.commons.network.tcp.Client$ClientActivity$3.class
com.gregmarut.commons.network.tcp.ConnectedServer$ServerActivity.class
com.gregmarut.commons.network.tcp.ConnectedServer$ServerActivity$1.class
com.gregmarut.commons.network.tcp.Server.class
com.gregmarut.commons.network.tcp.ServerEvent.class
com.gregmarut.commons.network.tcp.ListeningServer$ServerActivity.class
com.gregmarut.commons.network.tcp.Client.class
com.gregmarut.commons.network.tcp.ServerListener.class
com.gregmarut.commons.network.ClientState.class
com.gregmarut.commons.network.frame.FramedStreamReader.class
com.gregmarut.commons.network.frame.FramedStream.class
com.gregmarut.commons.network.frame.FramedStreamWriter.class
com.gregmarut.commons.network.ServerState.class
com.gregmarut.commons.network.InvalidStateException.class
META-INF/maven/com.gregmarut.commons/network/pom.xml
META-INF/maven/com.gregmarut.commons/network/pom.properties
|
依赖Jar: |
util-${project.version}.jar
/com.gregmarut.commons/util/${project.version}
查看util所有版本文件
encryption-${project.version}.jar
/com.gregmarut.commons/encryption/${project.version}
查看encryption所有版本文件
|