is not current version
Last Version 1.8

com.github.wshackle:crcl4java 1.7-1

Tools and Libraries for Java Developers using "Canonical Robot Command Language" (CRCL) The language called "Canonical Robot Command Language" (CRCL) provides generic command and status definitions that implement the functionality of typical industrial robots without being specific either to the language of a plan that is being executed or to the language used by a robot controller that executes CRCL commands.

GroupId

GroupId

com.github.wshackle
ArtifactId

ArtifactId

crcl4java
Version

Version

1.7-1
Type

Type

pom

Download crcl4java 1.7-1

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"]