| License |
License |
|---|---|
| Categories |
CategoriesORM Data |
| GroupId | GroupIdorg.devnull |
| ArtifactId | ArtifactIddevnull-orm |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDevNull: ORM
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| devnull-orm-1.1.pom | |
| devnull-orm-1.1.jar | 8 KB |
| devnull-orm-1.1-sources.jar | 1 KB |
| devnull-orm-1.1-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.devnull/devnull-orm/ -->
<dependency>
<groupId>org.devnull</groupId>
<artifactId>devnull-orm</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.devnull/devnull-orm/
implementation 'org.devnull:devnull-orm:1.1'
// https://jarcasting.com/artifacts/org.devnull/devnull-orm/
implementation ("org.devnull:devnull-orm:1.1")
'org.devnull:devnull-orm:jar:1.1'
<dependency org="org.devnull" name="devnull-orm" rev="1.1">
<artifact name="devnull-orm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.devnull', module='devnull-orm', version='1.1')
)
libraryDependencies += "org.devnull" % "devnull-orm" % "1.1"
[org.devnull/devnull-orm "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.devnull : devnull-util | jar | 1.1 |
| org.springframework : spring-core | jar | 3.1.2.RELEASE |
| org.springframework : spring-beans | jar | 3.1.2.RELEASE |
| org.springframework : spring-context | jar | 3.1.2.RELEASE |
| org.springframework : spring-context-support | jar | 3.1.2.RELEASE |
| org.springframework : spring-orm | jar | 3.1.2.RELEASE |
| org.springframework.data : spring-data-jpa | jar | 1.1.0.RELEASE |
| commons-dbcp : commons-dbcp | jar | 1.3 |
| javax.validation : validation-api | jar | 1.0.0.GA |
| org.hibernate : hibernate-entitymanager Optional | jar | 4.1.8.Final |
| org.hibernate : hibernate-validator Optional | jar | 4.3.0.Final |
| org.hibernate : hibernate-ehcache Optional | jar | 4.1.8.Final |
| org.dbunit : dbunit Optional | jar | 2.4.8 |
| org.codehaus.groovy : groovy-all | jar | 1.8.8 |
| org.slf4j : slf4j-api | jar | 1.6.6 |
| org.slf4j : slf4j-log4j12 Optional | jar | 1.6.6 |
| org.slf4j : jcl-over-slf4j Optional | jar | 1.6.6 |
| log4j : log4j Optional | jar | 1.2.14 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-test | jar | 3.1.2.RELEASE |
| com.h2database : h2 | jar | 1.3.168 |
| junit : junit | jar | 4.10 |
| org.mockito : mockito-all | jar | 1.8.5 |