is not current version
Last Version 1.4.1-RELEASE

cn.easyproject:easypropertiesutils 1.4.1

Properties file processing components: Instead of java.util.Properties.

GroupId

GroupId

cn.easyproject
ArtifactId

ArtifactId

easypropertiesutils
Version

Version

1.4.1
Type

Type

jar

Download easypropertiesutils 1.4.1


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