GroupId | GroupIdcn.easyproject |
---|---|
ArtifactId | ArtifactIdeasycommons-properties |
Version | Version1.4.1-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.easyproject/easycommons-properties/ -->
<dependency>
<groupId>cn.easyproject</groupId>
<artifactId>easycommons-properties</artifactId>
<version>1.4.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.easyproject/easycommons-properties/
implementation 'cn.easyproject:easycommons-properties:1.4.1-RELEASE'
// https://jarcasting.com/artifacts/cn.easyproject/easycommons-properties/
implementation ("cn.easyproject:easycommons-properties:1.4.1-RELEASE")
'cn.easyproject:easycommons-properties:jar:1.4.1-RELEASE'
<dependency org="cn.easyproject" name="easycommons-properties" rev="1.4.1-RELEASE">
<artifact name="easycommons-properties" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.easyproject', module='easycommons-properties', version='1.4.1-RELEASE')
)
libraryDependencies += "cn.easyproject" % "easycommons-properties" % "1.4.1-RELEASE"
[cn.easyproject/easycommons-properties "1.4.1-RELEASE"]