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