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