Categories |
CategoriesDropWizard Container Microservices Hibernate Data ORM |
---|---|
GroupId | GroupIdorg.sonatype.goodies.dropwizard |
ArtifactId | ArtifactIddropwizard-support-hibernate |
Version | Version1.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.sonatype.goodies.dropwizard/dropwizard-support-hibernate/ -->
<dependency>
<groupId>org.sonatype.goodies.dropwizard</groupId>
<artifactId>dropwizard-support-hibernate</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.goodies.dropwizard/dropwizard-support-hibernate/
implementation 'org.sonatype.goodies.dropwizard:dropwizard-support-hibernate:1.2.0'
// https://jarcasting.com/artifacts/org.sonatype.goodies.dropwizard/dropwizard-support-hibernate/
implementation ("org.sonatype.goodies.dropwizard:dropwizard-support-hibernate:1.2.0")
'org.sonatype.goodies.dropwizard:dropwizard-support-hibernate:jar:1.2.0'
<dependency org="org.sonatype.goodies.dropwizard" name="dropwizard-support-hibernate" rev="1.2.0">
<artifact name="dropwizard-support-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.goodies.dropwizard', module='dropwizard-support-hibernate', version='1.2.0')
)
libraryDependencies += "org.sonatype.goodies.dropwizard" % "dropwizard-support-hibernate" % "1.2.0"
[org.sonatype.goodies.dropwizard/dropwizard-support-hibernate "1.2.0"]