Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.jmatrix |
ArtifactId | ArtifactIdjproperties |
Version | Version0.9.0 |
Type | Typejar |
Filename | Size |
---|---|
jproperties-0.9.0.pom | |
jproperties-0.9.0.jar | 31 KB |
jproperties-0.9.0-sources.jar | 16 KB |
jproperties-0.9.0-javadoc.jar | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.jmatrix/jproperties/ -->
<dependency>
<groupId>net.jmatrix</groupId>
<artifactId>jproperties</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.jmatrix/jproperties/
implementation 'net.jmatrix:jproperties:0.9.0'
// https://jarcasting.com/artifacts/net.jmatrix/jproperties/
implementation ("net.jmatrix:jproperties:0.9.0")
'net.jmatrix:jproperties:jar:0.9.0'
<dependency org="net.jmatrix" name="jproperties" rev="0.9.0">
<artifact name="jproperties" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.jmatrix', module='jproperties', version='0.9.0')
)
libraryDependencies += "net.jmatrix" % "jproperties" % "0.9.0"
[net.jmatrix/jproperties "0.9.0"]