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