GroupId | GroupIdcom.github.wshackle |
---|---|
ArtifactId | ArtifactIdcrcl4java |
Version | Version1.7-1 |
Type | Typepom |
Filename | Size |
---|---|
crcl4java-1.7-1.pom | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wshackle/crcl4java/ -->
<dependency>
<groupId>com.github.wshackle</groupId>
<artifactId>crcl4java</artifactId>
<version>1.7-1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.wshackle/crcl4java/
implementation 'com.github.wshackle:crcl4java:1.7-1'
// https://jarcasting.com/artifacts/com.github.wshackle/crcl4java/
implementation ("com.github.wshackle:crcl4java:1.7-1")
'com.github.wshackle:crcl4java:pom:1.7-1'
<dependency org="com.github.wshackle" name="crcl4java" rev="1.7-1">
<artifact name="crcl4java" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.wshackle', module='crcl4java', version='1.7-1')
)
libraryDependencies += "com.github.wshackle" % "crcl4java" % "1.7-1"
[com.github.wshackle/crcl4java "1.7-1"]