is not current version
Last Version 1.1.8

com.tvd12:properties-file 1.0.3

A project support for interact with properties file

GroupId

GroupId

com.tvd12
ArtifactId

ArtifactId

properties-file
Version

Version

1.0.3
Type

Type

jar

Download properties-file 1.0.3


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