GroupId | GroupIdcom.github.fanzezhen |
---|---|
ArtifactId | ArtifactIdutil |
Version | Version1.2.5-s |
Type | Typejar |
Filename | Size |
---|---|
util-1.2.5-s.pom | |
util-1.2.5-s.jar | 34 KB |
util-1.2.5-s-sources.jar | 20 KB |
util-1.2.5-s-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.5-s</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fanzezhen/util/
implementation 'com.github.fanzezhen:util:1.2.5-s'
// https://jarcasting.com/artifacts/com.github.fanzezhen/util/
implementation ("com.github.fanzezhen:util:1.2.5-s")
'com.github.fanzezhen:util:jar:1.2.5-s'
<dependency org="com.github.fanzezhen" name="util" rev="1.2.5-s">
<artifact name="util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fanzezhen', module='util', version='1.2.5-s')
)
libraryDependencies += "com.github.fanzezhen" % "util" % "1.2.5-s"
[com.github.fanzezhen/util "1.2.5-s"]