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