Last Version

OpenWMS.org CORE 1.0

The CORE project Maven POM file. Just a common definition of dependencies valid for all other CORE projects. Call mvn install -Pcore to build all CORE projects.

License

License

GroupId

GroupId

org.openwms
ArtifactId

ArtifactId

org.openwms.core
Version

Version

1.0
Type

Type

pom
Description

Description

OpenWMS.org CORE
The CORE project Maven POM file. Just a common definition of dependencies valid for all other CORE projects. Call mvn install -Pcore to build all CORE projects.
Project Organization

Project Organization

openwms.org
Source Code Management

Source Code Management

https://github.com/openwms/org.openwms

Download org.openwms.core 1.0

Filename Size
org.openwms.core-1.0.pom 9 KB
Browse

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

Dependencies

compile (3)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.7
org.slf4j : slf4j-log4j12 jar 1.7.7
net.sourceforge.cglib » com.springsource.net.sf.cglib jar 2.2.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-all jar 1.9.0

Project Modules

There are no modules declared in this project.