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