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