GroupId | GroupIdcn.tenfell |
---|---|
ArtifactId | ArtifactIdcloud-common |
Version | Version2.0.0.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
cloud-common-2.0.0.RELEASE.pom | 656 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/cn.tenfell/cloud-common/ -->
<dependency>
<groupId>cn.tenfell</groupId>
<artifactId>cloud-common</artifactId>
<version>2.0.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.tenfell/cloud-common/
implementation 'cn.tenfell:cloud-common:2.0.0.RELEASE'
// https://jarcasting.com/artifacts/cn.tenfell/cloud-common/
implementation ("cn.tenfell:cloud-common:2.0.0.RELEASE")
'cn.tenfell:cloud-common:pom:2.0.0.RELEASE'
<dependency org="cn.tenfell" name="cloud-common" rev="2.0.0.RELEASE">
<artifact name="cloud-common" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.tenfell', module='cloud-common', version='2.0.0.RELEASE')
)
libraryDependencies += "cn.tenfell" % "cloud-common" % "2.0.0.RELEASE"
[cn.tenfell/cloud-common "2.0.0.RELEASE"]