Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.prefixedproperties |
ArtifactId | ArtifactIdpp-core |
Version | Version3.0.2 |
Type | Typejar |
Filename | Size |
---|---|
pp-core-3.0.2.pom | |
pp-core-3.0.2.jar | 36 KB |
pp-core-3.0.2-sources.jar | 22 KB |
pp-core-3.0.2-javadoc.jar | 97 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.prefixedproperties/pp-core/ -->
<dependency>
<groupId>net.sf.prefixedproperties</groupId>
<artifactId>pp-core</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.prefixedproperties/pp-core/
implementation 'net.sf.prefixedproperties:pp-core:3.0.2'
// https://jarcasting.com/artifacts/net.sf.prefixedproperties/pp-core/
implementation ("net.sf.prefixedproperties:pp-core:3.0.2")
'net.sf.prefixedproperties:pp-core:jar:3.0.2'
<dependency org="net.sf.prefixedproperties" name="pp-core" rev="3.0.2">
<artifact name="pp-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.prefixedproperties', module='pp-core', version='3.0.2')
)
libraryDependencies += "net.sf.prefixedproperties" % "pp-core" % "3.0.2"
[net.sf.prefixedproperties/pp-core "3.0.2"]