is not current version
Last Version 1.9.0

org.openwms:org.openwms.core.util 1.0

A project that contains utility classes, exception types, common event types that are used by all other projects.

GroupId

GroupId

org.openwms
ArtifactId

ArtifactId

org.openwms.core.util
Version

Version

1.0
Type

Type

jar

Download org.openwms.core.util 1.0


<!-- https://jarcasting.com/artifacts/org.openwms/org.openwms.core.util/ -->
<dependency>
    <groupId>org.openwms</groupId>
    <artifactId>org.openwms.core.util</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.openwms/org.openwms.core.util/
implementation 'org.openwms:org.openwms.core.util:1.0'
// https://jarcasting.com/artifacts/org.openwms/org.openwms.core.util/
implementation ("org.openwms:org.openwms.core.util:1.0")
'org.openwms:org.openwms.core.util:jar:1.0'
<dependency org="org.openwms" name="org.openwms.core.util" rev="1.0">
  <artifact name="org.openwms.core.util" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openwms', module='org.openwms.core.util', version='1.0')
)
libraryDependencies += "org.openwms" % "org.openwms.core.util" % "1.0"
[org.openwms/org.openwms.core.util "1.0"]