GroupId | GroupIdcom.github.fanzezhen |
---|---|
ArtifactId | ArtifactIdutil |
Version | Version1.2.4 |
Type | Typejar |
Filename | Size |
---|---|
util-1.2.4.pom | |
util-1.2.4.jar | 34 KB |
util-1.2.4-sources.jar | 20 KB |
util-1.2.4-javadoc.jar | 446 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fanzezhen/util/ -->
<dependency>
<groupId>com.github.fanzezhen</groupId>
<artifactId>util</artifactId>
<version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fanzezhen/util/
implementation 'com.github.fanzezhen:util:1.2.4'
// https://jarcasting.com/artifacts/com.github.fanzezhen/util/
implementation ("com.github.fanzezhen:util:1.2.4")
'com.github.fanzezhen:util:jar:1.2.4'
<dependency org="com.github.fanzezhen" name="util" rev="1.2.4">
<artifact name="util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fanzezhen', module='util', version='1.2.4')
)
libraryDependencies += "com.github.fanzezhen" % "util" % "1.2.4"
[com.github.fanzezhen/util "1.2.4"]