GroupId | GroupIdcn.tenfell |
---|---|
ArtifactId | ArtifactIdcloud-controller-free |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
cloud-controller-free-1.0.4.pom | |
cloud-controller-free-1.0.4.jar | 651 KB |
cloud-controller-free-1.0.4-sources.jar | 633 KB |
cloud-controller-free-1.0.4-javadoc.jar | 197 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.tenfell/cloud-controller-free/ -->
<dependency>
<groupId>cn.tenfell</groupId>
<artifactId>cloud-controller-free</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.tenfell/cloud-controller-free/
implementation 'cn.tenfell:cloud-controller-free:1.0.4'
// https://jarcasting.com/artifacts/cn.tenfell/cloud-controller-free/
implementation ("cn.tenfell:cloud-controller-free:1.0.4")
'cn.tenfell:cloud-controller-free:jar:1.0.4'
<dependency org="cn.tenfell" name="cloud-controller-free" rev="1.0.4">
<artifact name="cloud-controller-free" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.tenfell', module='cloud-controller-free', version='1.0.4')
)
libraryDependencies += "cn.tenfell" % "cloud-controller-free" % "1.0.4"
[cn.tenfell/cloud-controller-free "1.0.4"]