License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdcom.github.pvdberg1998 |
ArtifactId | ArtifactIdpnet |
Version | Version1.5.10 |
Type | Typejar |
Description |
DescriptionPNet
High level Java network library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pnet-1.5.10.pom | |
pnet-1.5.10.jar | 41 KB |
pnet-1.5.10-sources.jar | 39 KB |
pnet-1.5.10-javadoc.jar | 207 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pvdberg1998/pnet/ -->
<dependency>
<groupId>com.github.pvdberg1998</groupId>
<artifactId>pnet</artifactId>
<version>1.5.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pvdberg1998/pnet/
implementation 'com.github.pvdberg1998:pnet:1.5.10'
// https://jarcasting.com/artifacts/com.github.pvdberg1998/pnet/
implementation ("com.github.pvdberg1998:pnet:1.5.10")
'com.github.pvdberg1998:pnet:jar:1.5.10'
<dependency org="com.github.pvdberg1998" name="pnet" rev="1.5.10">
<artifact name="pnet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pvdberg1998', module='pnet', version='1.5.10')
)
libraryDependencies += "com.github.pvdberg1998" % "pnet" % "1.5.10"
[com.github.pvdberg1998/pnet "1.5.10"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |