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