MVN

com.github.wshackle : crcl4java

Maven & Gradle

May 01, 2018

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.

<dependency>
    <groupId>com.github.wshackle</groupId>
    <artifactId>crcl4java</artifactId>
    <version>1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.wshackle : crcl4java to add to Maven - Latest Versions:

  • Latest Stable: 1.8

All Versions

Choose a version of com.github.wshackle : crcl4java to add to Maven - All Versions:

Version Vulnerabilities Updated
1.8
crcl4java-1.8
1.7
crcl4java-1.7-1
1.5
crcl4java-1.5-1
crcl4java-1.5
1.4
crcl4java-1.4
1.3
crcl4java-1.3
1.2
crcl4java-1.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.wshackle</groupId>
    <artifactId>crcl4java</artifactId>
    <version>1.8</version>
</dependency>

Advertisement