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