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