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