License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices Hibernate Data ORM |
GroupId | GroupIdorg.lwapp |
ArtifactId | ArtifactIdlwapp-dropwizard-hibernate |
Last Version | Last Version0.9.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLwapp Dropwizard Hibernate
Lwapp dropwizard hibernate can be used to develop microservices that used develop database applications based on dropwizard-hibernate. Visit the website for further details.
|
<!-- https://jarcasting.com/artifacts/org.lwapp/lwapp-dropwizard-hibernate/ -->
<dependency>
<groupId>org.lwapp</groupId>
<artifactId>lwapp-dropwizard-hibernate</artifactId>
<version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.lwapp/lwapp-dropwizard-hibernate/
implementation 'org.lwapp:lwapp-dropwizard-hibernate:0.9.2'
// https://jarcasting.com/artifacts/org.lwapp/lwapp-dropwizard-hibernate/
implementation ("org.lwapp:lwapp-dropwizard-hibernate:0.9.2")
'org.lwapp:lwapp-dropwizard-hibernate:jar:0.9.2'
<dependency org="org.lwapp" name="lwapp-dropwizard-hibernate" rev="0.9.2">
<artifact name="lwapp-dropwizard-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.lwapp', module='lwapp-dropwizard-hibernate', version='0.9.2')
)
libraryDependencies += "org.lwapp" % "lwapp-dropwizard-hibernate" % "0.9.2"
[org.lwapp/lwapp-dropwizard-hibernate "0.9.2"]
Group / Artifact | Type | Version |
---|---|---|
org.lwapp : lwapp-hibernate-common | jar | 1.2.1 |
io.dropwizard : dropwizard-hibernate | jar | 0.9.2 |
org.lwapp : lwapp-dropwizard-core | jar | 0.9.2 |
org.lwapp : lwapp-commons | jar | 1.2.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |