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