is not current version
Last Version 1.16

com.thetransactioncompany:java-property-utils 1.10

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.10
Type

Type

jar

Download java-property-utils 1.10


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