GroupId | GroupIdorg.openwms |
---|---|
ArtifactId | ArtifactIdorg.openwms.tms.routing |
Version | Version1.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.openwms/org.openwms.tms.routing/ -->
<dependency>
<groupId>org.openwms</groupId>
<artifactId>org.openwms.tms.routing</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.openwms/org.openwms.tms.routing/
implementation 'org.openwms:org.openwms.tms.routing:1.2.0'
// https://jarcasting.com/artifacts/org.openwms/org.openwms.tms.routing/
implementation ("org.openwms:org.openwms.tms.routing:1.2.0")
'org.openwms:org.openwms.tms.routing:jar:1.2.0'
<dependency org="org.openwms" name="org.openwms.tms.routing" rev="1.2.0">
<artifact name="org.openwms.tms.routing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openwms', module='org.openwms.tms.routing', version='1.2.0')
)
libraryDependencies += "org.openwms" % "org.openwms.tms.routing" % "1.2.0"
[org.openwms/org.openwms.tms.routing "1.2.0"]