| GroupId | GroupIdcom.aliyun |
|---|---|
| ArtifactId | ArtifactIdcgcs20211111 |
| Version | Version2.1.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| cgcs20211111-2.1.2.pom | |
| cgcs20211111-2.1.2.jar | 20 KB |
| cgcs20211111-2.1.2-sources.jar | 12 KB |
| cgcs20211111-2.1.2-shaded.jar | 7 MB |
| cgcs20211111-2.1.2-javadoc.jar | 126 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.aliyun/cgcs20211111/ -->
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>cgcs20211111</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun/cgcs20211111/
implementation 'com.aliyun:cgcs20211111:2.1.2'
// https://jarcasting.com/artifacts/com.aliyun/cgcs20211111/
implementation ("com.aliyun:cgcs20211111:2.1.2")
'com.aliyun:cgcs20211111:jar:2.1.2'
<dependency org="com.aliyun" name="cgcs20211111" rev="2.1.2">
<artifact name="cgcs20211111" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aliyun', module='cgcs20211111', version='2.1.2')
)
libraryDependencies += "com.aliyun" % "cgcs20211111" % "2.1.2"
[com.aliyun/cgcs20211111 "2.1.2"]