Files download
File Operation
opentcs-common-5.15.0.jar download
opentcs-common-5.15.0.pom download
opentcs-common-5.15.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.opentcs</groupId>
  <artifactId>opentcs-common</artifactId>
  <version>5.15.0</version>
</dependency>
Gradle Groovy
implementation 'org.opentcs:opentcs-common:5.15.0'
Gradle Kotlin
implementation("org.opentcs:opentcs-common:5.15.0")
Scala SBT
libraryDependencies += "org.opentcs" % "opentcs-common" % "5.15.0"
Groovy Grape
@Grapes(
  @Grab(group='org.opentcs', module='opentcs-common', version='5.15.0')
)
Apache Ivy
<dependency org="org.opentcs" name="opentcs-common" rev="5.15.0" />
Leiningen
[org.opentcs/opentcs-common "5.15.0"]
Apache Buildr
'org.opentcs:opentcs-common:jar:5.15.0'