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