Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.jmatrix |
ArtifactId | ArtifactIdjproperties |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
jproperties-1.0.3.pom | |
jproperties-1.0.3.jar | 49 KB |
jproperties-1.0.3-sources.jar | 27 KB |
jproperties-1.0.3-javadoc.jar | 138 KB |
jproperties-1.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.jmatrix/jproperties/
implementation 'net.jmatrix:jproperties:1.0.3'
// https://jarcasting.com/artifacts/net.jmatrix/jproperties/
implementation ("net.jmatrix:jproperties:1.0.3")
'net.jmatrix:jproperties:jar:1.0.3'
<dependency org="net.jmatrix" name="jproperties" rev="1.0.3">
<artifact name="jproperties" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.jmatrix', module='jproperties', version='1.0.3')
)
libraryDependencies += "net.jmatrix" % "jproperties" % "1.0.3"
[net.jmatrix/jproperties "1.0.3"]