is not current version
Last Version 1.1

org.freehep:freehep-typed-properties 1.0

Enhancement for java.util.Properties to store typed properties and collections of those properties

GroupId

GroupId

org.freehep
ArtifactId

ArtifactId

freehep-typed-properties
Version

Version

1.0
Type

Type

jar

Download freehep-typed-properties 1.0


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