is not current version
Last Version 1.16

com.thetransactioncompany:java-property-utils 1.15

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

Categories

Categories

Java Languages
GroupId

GroupId

com.thetransactioncompany
ArtifactId

ArtifactId

java-property-utils
Version

Version

1.15
Type

Type

jar

Download java-property-utils 1.15


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