GroupId | GroupIdcom.github.jchanghong |
---|---|
ArtifactId | ArtifactIdutils |
Version | Version3.0.12 |
Type | Typejar |
Filename | Size |
---|---|
utils-3.0.12.pom | |
utils-3.0.12.jar | 61 KB |
utils-3.0.12-sources.jar | 20 KB |
utils-3.0.12-javadoc.jar | 143 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jchanghong/utils/ -->
<dependency>
<groupId>com.github.jchanghong</groupId>
<artifactId>utils</artifactId>
<version>3.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jchanghong/utils/
implementation 'com.github.jchanghong:utils:3.0.12'
// https://jarcasting.com/artifacts/com.github.jchanghong/utils/
implementation ("com.github.jchanghong:utils:3.0.12")
'com.github.jchanghong:utils:jar:3.0.12'
<dependency org="com.github.jchanghong" name="utils" rev="3.0.12">
<artifact name="utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jchanghong', module='utils', version='3.0.12')
)
libraryDependencies += "com.github.jchanghong" % "utils" % "3.0.12"
[com.github.jchanghong/utils "3.0.12"]