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