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