c

crcl4java

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.
https://github.com/usnistgov/crcl
Public Domain(US Government Work)
Will Shackleford
Files download
File Operation
crcl4java-1.8.pom download
Apache Maven
<dependency>
  <groupId>com.github.wshackle</groupId>
  <artifactId>crcl4java</artifactId>
  <version>1.8</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.wshackle:crcl4java:1.8'
Gradle Kotlin
implementation("com.github.wshackle:crcl4java:1.8")
Scala SBT
libraryDependencies += "com.github.wshackle" % "crcl4java" % "1.8"
Groovy Grape
@Grapes(
  @Grab(group='com.github.wshackle', module='crcl4java', version='1.8')
)
Apache Ivy
<dependency org="com.github.wshackle" name="crcl4java" rev="1.8" />
Leiningen
[com.github.wshackle/crcl4java "1.8"]
Apache Buildr
'com.github.wshackle:crcl4java:jar:1.8'
Dependencies
The project has no third-party dependencies