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