Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.prefixedproperties |
ArtifactId | ArtifactIdprefixedproperties |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
prefixedproperties-2.0.0.pom | |
prefixedproperties-2.0.0.jar | 42 KB |
prefixedproperties-2.0.0-sources.jar | 30 KB |
prefixedproperties-2.0.0-javadoc.jar | 103 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.prefixedproperties/prefixedproperties/ -->
<dependency>
<groupId>net.sf.prefixedproperties</groupId>
<artifactId>prefixedproperties</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.prefixedproperties/prefixedproperties/
implementation 'net.sf.prefixedproperties:prefixedproperties:2.0.0'
// https://jarcasting.com/artifacts/net.sf.prefixedproperties/prefixedproperties/
implementation ("net.sf.prefixedproperties:prefixedproperties:2.0.0")
'net.sf.prefixedproperties:prefixedproperties:jar:2.0.0'
<dependency org="net.sf.prefixedproperties" name="prefixedproperties" rev="2.0.0">
<artifact name="prefixedproperties" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.prefixedproperties', module='prefixedproperties', version='2.0.0')
)
libraryDependencies += "net.sf.prefixedproperties" % "prefixedproperties" % "2.0.0"
[net.sf.prefixedproperties/prefixedproperties "2.0.0"]