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