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