Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.viktorc |
ArtifactId | ArtifactIdpp4j |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
pp4j-2.0.pom | |
pp4j-2.0.jar | 66 KB |
pp4j-2.0-sources.jar | 47 KB |
pp4j-2.0-javadoc.jar | 314 KB |
pp4j-2.0-jar-with-dependencies.jar | 216 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.viktorc/pp4j/ -->
<dependency>
<groupId>net.viktorc</groupId>
<artifactId>pp4j</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.viktorc/pp4j/
implementation 'net.viktorc:pp4j:2.0'
// https://jarcasting.com/artifacts/net.viktorc/pp4j/
implementation ("net.viktorc:pp4j:2.0")
'net.viktorc:pp4j:jar:2.0'
<dependency org="net.viktorc" name="pp4j" rev="2.0">
<artifact name="pp4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.viktorc', module='pp4j', version='2.0')
)
libraryDependencies += "net.viktorc" % "pp4j" % "2.0"
[net.viktorc/pp4j "2.0"]