GroupId | GroupIdorg.openwms |
---|---|
ArtifactId | ArtifactIdorg.openwms.tms.routing |
Version | Version1.0.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.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.openwms/org.openwms.tms.routing/
implementation 'org.openwms:org.openwms.tms.routing:1.0.0'
// https://jarcasting.com/artifacts/org.openwms/org.openwms.tms.routing/
implementation ("org.openwms:org.openwms.tms.routing:1.0.0")
'org.openwms:org.openwms.tms.routing:jar:1.0.0'
<dependency org="org.openwms" name="org.openwms.tms.routing" rev="1.0.0">
<artifact name="org.openwms.tms.routing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openwms', module='org.openwms.tms.routing', version='1.0.0')
)
libraryDependencies += "org.openwms" % "org.openwms.tms.routing" % "1.0.0"
[org.openwms/org.openwms.tms.routing "1.0.0"]