is not current version
Last Version 1.16

com.thetransactioncompany:java-property-utils 1.7.1

This package provides a Java utility for typed retrieval of java.util.Properties as boolean, integer, floating point, string and enum values.

Categories

Categories

Java Languages
GroupId

GroupId

com.thetransactioncompany
ArtifactId

ArtifactId

java-property-utils
Version

Version

1.7.1
Type

Type

jar

Download java-property-utils 1.7.1


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