| License | License | 
|---|---|
| GroupId | GroupIdorg.opentcs | 
| ArtifactId | ArtifactIdopentcs | 
| Last Version | Last Version5.5.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionopenTCS openTCS | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| opentcs-5.5.0.pom | |
| opentcs-5.5.0-src.zip | 3 MB | 
| opentcs-5.5.0-bin.zip | 44 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.opentcs/opentcs/ -->
<dependency>
    <groupId>org.opentcs</groupId>
    <artifactId>opentcs</artifactId>
    <version>5.5.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.opentcs/opentcs/
implementation 'org.opentcs:opentcs:5.5.0'// https://jarcasting.com/artifacts/org.opentcs/opentcs/
implementation ("org.opentcs:opentcs:5.5.0")'org.opentcs:opentcs:pom:5.5.0'<dependency org="org.opentcs" name="opentcs" rev="5.5.0">
  <artifact name="opentcs" type="pom" />
</dependency>@Grapes(
@Grab(group='org.opentcs', module='opentcs', version='5.5.0')
)libraryDependencies += "org.opentcs" % "opentcs" % "5.5.0"[org.opentcs/opentcs "5.5.0"]