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