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
文件下载
文件名 操作
crcl4java-1.4.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.wshackle</groupId>
  <artifactId>crcl4java</artifactId>
  <version>1.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.wshackle:crcl4java:1.4'
Gradle Kotlin
implementation("com.github.wshackle:crcl4java:1.4")
Scala SBT
libraryDependencies += "com.github.wshackle" % "crcl4java" % "1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.wshackle', module='crcl4java', version='1.4')
)
Apache Ivy
<dependency org="com.github.wshackle" name="crcl4java" rev="1.4" />
Leiningen
[com.github.wshackle/crcl4java "1.4"]
Apache Buildr
'com.github.wshackle:crcl4java:jar:1.4'
本项目依赖
该项目无第三方依赖