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