Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.github.pvdberg1998 |
ArtifactId | ArtifactIdpnet |
Version | Version1.5.9 |
Type | Typejar |
Filename | Size |
---|---|
pnet-1.5.9.pom | |
pnet-1.5.9.jar | 41 KB |
pnet-1.5.9-sources.jar | 36 KB |
pnet-1.5.9-javadoc.jar | 205 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pvdberg1998/pnet/ -->
<dependency>
<groupId>com.github.pvdberg1998</groupId>
<artifactId>pnet</artifactId>
<version>1.5.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pvdberg1998/pnet/
implementation 'com.github.pvdberg1998:pnet:1.5.9'
// https://jarcasting.com/artifacts/com.github.pvdberg1998/pnet/
implementation ("com.github.pvdberg1998:pnet:1.5.9")
'com.github.pvdberg1998:pnet:jar:1.5.9'
<dependency org="com.github.pvdberg1998" name="pnet" rev="1.5.9">
<artifact name="pnet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pvdberg1998', module='pnet', version='1.5.9')
)
libraryDependencies += "com.github.pvdberg1998" % "pnet" % "1.5.9"
[com.github.pvdberg1998/pnet "1.5.9"]