GroupId | GroupIdcn.easy4j |
---|---|
ArtifactId | ArtifactIdeasy4j-common |
Version | Version0.5.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.easy4j/easy4j-common/ -->
<dependency>
<groupId>cn.easy4j</groupId>
<artifactId>easy4j-common</artifactId>
<version>0.5.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.easy4j/easy4j-common/
implementation 'cn.easy4j:easy4j-common:0.5.0.RELEASE'
// https://jarcasting.com/artifacts/cn.easy4j/easy4j-common/
implementation ("cn.easy4j:easy4j-common:0.5.0.RELEASE")
'cn.easy4j:easy4j-common:jar:0.5.0.RELEASE'
<dependency org="cn.easy4j" name="easy4j-common" rev="0.5.0.RELEASE">
<artifact name="easy4j-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.easy4j', module='easy4j-common', version='0.5.0.RELEASE')
)
libraryDependencies += "cn.easy4j" % "easy4j-common" % "0.5.0.RELEASE"
[cn.easy4j/easy4j-common "0.5.0.RELEASE"]