is not current version
Last Version 1.1.8

com.tvd12:properties-file 1.0.6

A project support for interact with properties file

GroupId

GroupId

com.tvd12
ArtifactId

ArtifactId

properties-file
Version

Version

1.0.6
Type

Type

jar

Download properties-file 1.0.6


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