| GroupId | GroupIdcom.github.wshackle |
|---|---|
| ArtifactId | ArtifactIdcrcl4java-utils |
| Version | Version1.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| crcl4java-utils-1.3.pom | |
| crcl4java-utils-1.3.jar | 84 KB |
| crcl4java-utils-1.3-sources.jar | 50 KB |
| crcl4java-utils-1.3-javadoc.jar | 153 KB |
| crcl4java-utils-1.3-jar-with-dependencies.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.wshackle/crcl4java-utils/ -->
<dependency>
<groupId>com.github.wshackle</groupId>
<artifactId>crcl4java-utils</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wshackle/crcl4java-utils/
implementation 'com.github.wshackle:crcl4java-utils:1.3'
// https://jarcasting.com/artifacts/com.github.wshackle/crcl4java-utils/
implementation ("com.github.wshackle:crcl4java-utils:1.3")
'com.github.wshackle:crcl4java-utils:jar:1.3'
<dependency org="com.github.wshackle" name="crcl4java-utils" rev="1.3">
<artifact name="crcl4java-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wshackle', module='crcl4java-utils', version='1.3')
)
libraryDependencies += "com.github.wshackle" % "crcl4java-utils" % "1.3"
[com.github.wshackle/crcl4java-utils "1.3"]