is not current version
Last Version 1.2.0

org.openwms:org.openwms.core.test 1.0

A project that contains classes to support proper testing. Additionally some Spring configuration is provided that starts a Spring managed test environment.

GroupId

GroupId

org.openwms
ArtifactId

ArtifactId

org.openwms.core.test
Version

Version

1.0
Type

Type

jar

Download org.openwms.core.test 1.0


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