не последняя версия
Последняя версия 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.

Группа

Группа

org.openwms
Идентификатор

Идентификатор

org.openwms.core.test
Версия

Версия

1.0
Тип

Тип

jar

Скачать 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"]