| GroupId | GroupIdtech.xigam |
|---|---|
| ArtifactId | ArtifactIdCCH |
| Version | Version1.3.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| CCH-1.3.0.pom | |
| CCH-1.3.0.jar | 23 KB |
| CCH-1.3.0-sources.jar | 11 KB |
| CCH-1.3.0-javadoc.jar | 179 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/tech.xigam/CCH/ -->
<dependency>
<groupId>tech.xigam</groupId>
<artifactId>CCH</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/tech.xigam/CCH/
implementation 'tech.xigam:CCH:1.3.0'
// https://jarcasting.com/artifacts/tech.xigam/CCH/
implementation ("tech.xigam:CCH:1.3.0")
'tech.xigam:CCH:jar:1.3.0'
<dependency org="tech.xigam" name="CCH" rev="1.3.0">
<artifact name="CCH" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.xigam', module='CCH', version='1.3.0')
)
libraryDependencies += "tech.xigam" % "CCH" % "1.3.0"
[tech.xigam/CCH "1.3.0"]