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