is not current version
Last Version 2.0.java8

net.sourceforge.rapidprops:rapidprops 2.0.java5

Dynamic implementation of interfaces for retrieving properties

Categories

Categories

Net
GroupId

GroupId

net.sourceforge.rapidprops
ArtifactId

ArtifactId

rapidprops
Version

Version

2.0.java5
Type

Type

jar

Download rapidprops 2.0.java5


<!-- https://jarcasting.com/artifacts/net.sourceforge.rapidprops/rapidprops/ -->
<dependency>
    <groupId>net.sourceforge.rapidprops</groupId>
    <artifactId>rapidprops</artifactId>
    <version>2.0.java5</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.rapidprops/rapidprops/
implementation 'net.sourceforge.rapidprops:rapidprops:2.0.java5'
// https://jarcasting.com/artifacts/net.sourceforge.rapidprops/rapidprops/
implementation ("net.sourceforge.rapidprops:rapidprops:2.0.java5")
'net.sourceforge.rapidprops:rapidprops:jar:2.0.java5'
<dependency org="net.sourceforge.rapidprops" name="rapidprops" rev="2.0.java5">
  <artifact name="rapidprops" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.rapidprops', module='rapidprops', version='2.0.java5')
)
libraryDependencies += "net.sourceforge.rapidprops" % "rapidprops" % "2.0.java5"
[net.sourceforge.rapidprops/rapidprops "2.0.java5"]