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