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