License |
License |
---|---|
GroupId | GroupIdcom.googlecode.genericdao |
ArtifactId | ArtifactIdtest-base |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHibernate Generic DAO - Test Base
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Filename | Size |
---|---|
test-base-1.2.0.pom | |
test-base-1.2.0.jar | 32 KB |
test-base-1.2.0-sources.jar | 24 KB |
test-base-1.2.0-javadoc.jar | 116 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.genericdao/test-base/ -->
<dependency>
<groupId>com.googlecode.genericdao</groupId>
<artifactId>test-base</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.genericdao/test-base/
implementation 'com.googlecode.genericdao:test-base:1.2.0'
// https://jarcasting.com/artifacts/com.googlecode.genericdao/test-base/
implementation ("com.googlecode.genericdao:test-base:1.2.0")
'com.googlecode.genericdao:test-base:jar:1.2.0'
<dependency org="com.googlecode.genericdao" name="test-base" rev="1.2.0">
<artifact name="test-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.genericdao', module='test-base', version='1.2.0')
)
libraryDependencies += "com.googlecode.genericdao" % "test-base" % "1.2.0"
[com.googlecode.genericdao/test-base "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.7.2 |
log4j : log4j | jar | 1.2.17 |
mysql : mysql-connector-java | jar | 5.1.22 |
com.h2database : h2 | jar | 1.3.170 |
org.springframework : spring-context | jar | 3.2.1.RELEASE |
org.springframework : spring-test | jar | 3.2.1.RELEASE |
org.springframework : spring-jdbc | jar | 3.2.1.RELEASE |
org.springframework : spring-orm | jar | 3.2.1.RELEASE |
javax.annotation : jsr250-api | jar | 1.0 |
org.hibernate : hibernate-entitymanager | jar | 4.2.0.CR1 |
junit : junit | jar | 4.11 |