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