License |
License |
---|---|
GroupId | GroupIdorg.openwms |
ArtifactId | ArtifactIdorg.openwms.core.infrastructure.hsql |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorg.openwms.core.infrastructure.hsql
Contains Spring configuration to start an in-memory HSQL database and creates a suitable DataSource for test purposes.
|
Project Organization |
Project Organizationopenwms.org |
<!-- https://jarcasting.com/artifacts/org.openwms/org.openwms.core.infrastructure.hsql/ -->
<dependency>
<groupId>org.openwms</groupId>
<artifactId>org.openwms.core.infrastructure.hsql</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.openwms/org.openwms.core.infrastructure.hsql/
implementation 'org.openwms:org.openwms.core.infrastructure.hsql:1.0'
// https://jarcasting.com/artifacts/org.openwms/org.openwms.core.infrastructure.hsql/
implementation ("org.openwms:org.openwms.core.infrastructure.hsql:1.0")
'org.openwms:org.openwms.core.infrastructure.hsql:jar:1.0'
<dependency org="org.openwms" name="org.openwms.core.infrastructure.hsql" rev="1.0">
<artifact name="org.openwms.core.infrastructure.hsql" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openwms', module='org.openwms.core.infrastructure.hsql', version='1.0')
)
libraryDependencies += "org.openwms" % "org.openwms.core.infrastructure.hsql" % "1.0"
[org.openwms/org.openwms.core.infrastructure.hsql "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.hibernate.javax.persistence : hibernate-jpa-2.0-api | jar | 1.0.1.Final |
org.springframework : spring-context | jar | 4.1.6.RELEASE |
org.apache.commons : commons-dbcp2 | jar | 2.1 |
org.hsqldb : hsqldb | jar | 2.2.8 |
org.openwms : org.openwms.core.infrastructure.configuration.provider | jar | 1.0 |
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.9.0 |