| License |
License |
|---|---|
| Categories |
CategoriesHibernate Data ORM |
| GroupId | GroupIdedu.jhuapl.dorset.components |
| ArtifactId | ArtifactIdhibernate-service |
| Version | Version0.4.0 |
| Type | Typejar |
| Description |
DescriptionHibernate Service
Service for initializing and configuring hibernate for components that use it.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| hibernate-service-0.4.0.pom | |
| hibernate-service-0.4.0.jar | 3 KB |
| hibernate-service-0.4.0-sources.jar | 2 KB |
| hibernate-service-0.4.0-javadoc.jar | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/edu.jhuapl.dorset.components/hibernate-service/ -->
<dependency>
<groupId>edu.jhuapl.dorset.components</groupId>
<artifactId>hibernate-service</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/edu.jhuapl.dorset.components/hibernate-service/
implementation 'edu.jhuapl.dorset.components:hibernate-service:0.4.0'
// https://jarcasting.com/artifacts/edu.jhuapl.dorset.components/hibernate-service/
implementation ("edu.jhuapl.dorset.components:hibernate-service:0.4.0")
'edu.jhuapl.dorset.components:hibernate-service:jar:0.4.0'
<dependency org="edu.jhuapl.dorset.components" name="hibernate-service" rev="0.4.0">
<artifact name="hibernate-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.jhuapl.dorset.components', module='hibernate-service', version='0.4.0')
)
libraryDependencies += "edu.jhuapl.dorset.components" % "hibernate-service" % "0.4.0"
[edu.jhuapl.dorset.components/hibernate-service "0.4.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.hibernate : hibernate-core | jar | 5.0.7.Final |
| edu.jhuapl.dorset : dorset-core | jar | 0.4.0 |
| org.slf4j : slf4j-api | jar | 1.7.14 |
| com.typesafe : config | jar | 1.2.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.h2database : h2 | jar | 1.4.191 |
| com.google.guava : guava | jar | 18.0 |
| org.slf4j : slf4j-simple | jar | 1.7.14 |
| junit : junit | jar | 4.11 |
| org.mockito : mockito-core | jar | 1.10.19 |