GroupId | GroupIdcom.github.chengtaiheng |
---|---|
ArtifactId | ArtifactIdcom-chth-utils |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
com-chth-utils-1.0.4.pom | |
com-chth-utils-1.0.4.jar | 15 KB |
com-chth-utils-1.0.4-sources.jar | 11 KB |
com-chth-utils-1.0.4-javadoc.jar | 111 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chengtaiheng/com-chth-utils/ -->
<dependency>
<groupId>com.github.chengtaiheng</groupId>
<artifactId>com-chth-utils</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chengtaiheng/com-chth-utils/
implementation 'com.github.chengtaiheng:com-chth-utils:1.0.4'
// https://jarcasting.com/artifacts/com.github.chengtaiheng/com-chth-utils/
implementation ("com.github.chengtaiheng:com-chth-utils:1.0.4")
'com.github.chengtaiheng:com-chth-utils:jar:1.0.4'
<dependency org="com.github.chengtaiheng" name="com-chth-utils" rev="1.0.4">
<artifact name="com-chth-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chengtaiheng', module='com-chth-utils', version='1.0.4')
)
libraryDependencies += "com.github.chengtaiheng" % "com-chth-utils" % "1.0.4"
[com.github.chengtaiheng/com-chth-utils "1.0.4"]