文件下载
文件名 操作
opentcs-common-5.13.0.jar 下载
opentcs-common-5.13.0.pom 下载
opentcs-common-5.13.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.opentcs</groupId>
  <artifactId>opentcs-common</artifactId>
  <version>5.13.0</version>
</dependency>
Gradle Groovy
implementation 'org.opentcs:opentcs-common:5.13.0'
Gradle Kotlin
implementation("org.opentcs:opentcs-common:5.13.0")
Scala SBT
libraryDependencies += "org.opentcs" % "opentcs-common" % "5.13.0"
Groovy Grape
@Grapes(
  @Grab(group='org.opentcs', module='opentcs-common', version='5.13.0')
)
Apache Ivy
<dependency org="org.opentcs" name="opentcs-common" rev="5.13.0" />
Leiningen
[org.opentcs/opentcs-common "5.13.0"]
Apache Buildr
'org.opentcs:opentcs-common:jar:5.13.0'