License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdio.github.pftx |
ArtifactId | ArtifactIdnetwork-core |
Version | Version0.7.2 |
Type | Typejar |
Description |
Descriptionnetwork-core
The NIO based network framework, using long connection, multiplexing one socket.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
network-core-0.7.2.pom | |
network-core-0.7.2.jar | 61 KB |
network-core-0.7.2-sources.jar | 66 KB |
network-core-0.7.2-javadoc.jar | 308 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.pftx/network-core/ -->
<dependency>
<groupId>io.github.pftx</groupId>
<artifactId>network-core</artifactId>
<version>0.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.pftx/network-core/
implementation 'io.github.pftx:network-core:0.7.2'
// https://jarcasting.com/artifacts/io.github.pftx/network-core/
implementation ("io.github.pftx:network-core:0.7.2")
'io.github.pftx:network-core:jar:0.7.2'
<dependency org="io.github.pftx" name="network-core" rev="0.7.2">
<artifact name="network-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.pftx', module='network-core', version='0.7.2')
)
libraryDependencies += "io.github.pftx" % "network-core" % "0.7.2"
[io.github.pftx/network-core "0.7.2"]
Group / Artifact | Type | Version |
---|---|---|
io.github.pftx : commons-seri | jar | [3.0.0,4.0.0) |
ch.qos.logback : logback-classic | jar | [1.1.7,2.0.0) |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | [4.12,5.0) |
org.mockito : mockito-all | jar | 1.10.19 |