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