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