GroupId | GroupIdcn.easyproject |
---|---|
ArtifactId | ArtifactIdeasypropertiesutils |
Version | Version1.4.1 |
Type | Typejar |
Filename | Size |
---|---|
easypropertiesutils-1.4.1.pom | |
easypropertiesutils-1.4.1.jar | 13 KB |
easypropertiesutils-1.4.1-sources.jar | 5 KB |
easypropertiesutils-1.4.1-javadoc.jar | 34 KB |
Browse |
<!-- 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"]