is not current version
Last Version 2.0.java8

net.sourceforge.rapidprops:rapidprops 1.1

Dynamic implementation of interfaces for retrieving properties

Categories

Categories

Net
GroupId

GroupId

net.sourceforge.rapidprops
ArtifactId

ArtifactId

rapidprops
Version

Version

1.1
Type

Type

jar

Download rapidprops 1.1


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