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