is not current version
Last Version 1.0.0-1

com.scottescue:dropwizard-entitymanager 0.9.2-1

JPA for Dropwizard using Hibernate

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

com.scottescue
ArtifactId

ArtifactId

dropwizard-entitymanager
Version

Version

0.9.2-1
Type

Type

jar

Download dropwizard-entitymanager 0.9.2-1


<!-- https://jarcasting.com/artifacts/com.scottescue/dropwizard-entitymanager/ -->
<dependency>
    <groupId>com.scottescue</groupId>
    <artifactId>dropwizard-entitymanager</artifactId>
    <version>0.9.2-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.scottescue/dropwizard-entitymanager/
implementation 'com.scottescue:dropwizard-entitymanager:0.9.2-1'
// https://jarcasting.com/artifacts/com.scottescue/dropwizard-entitymanager/
implementation ("com.scottescue:dropwizard-entitymanager:0.9.2-1")
'com.scottescue:dropwizard-entitymanager:jar:0.9.2-1'
<dependency org="com.scottescue" name="dropwizard-entitymanager" rev="0.9.2-1">
  <artifact name="dropwizard-entitymanager" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.scottescue', module='dropwizard-entitymanager', version='0.9.2-1')
)
libraryDependencies += "com.scottescue" % "dropwizard-entitymanager" % "0.9.2-1"
[com.scottescue/dropwizard-entitymanager "0.9.2-1"]