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