MVN

org.lwapp : lwapp-dropwizard-hibernate

Maven & Gradle

Mar 01, 2016

Lwapp 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.

<dependency>
    <groupId>org.lwapp</groupId>
    <artifactId>lwapp-dropwizard-hibernate</artifactId>
    <version>0.9.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.lwapp : lwapp-dropwizard-hibernate to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.2

All Versions

Choose a version of org.lwapp : lwapp-dropwizard-hibernate to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
lwapp-dropwizard-hibernate-0.9.2

How to add a dependency to Maven

Add the following org.lwapp : lwapp-dropwizard-hibernate maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.lwapp</groupId>
    <artifactId>lwapp-dropwizard-hibernate</artifactId>
    <version>0.9.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.lwapp : lwapp-dropwizard-hibernate gradle dependency to your build.gradle file:

implementation 'org.lwapp:lwapp-dropwizard-hibernate:0.9.2'

Gradle Kotlin DSL: Add the following org.lwapp : lwapp-dropwizard-hibernate gradle kotlin dependency to your build.gradle.kts file:

implementation("org.lwapp:lwapp-dropwizard-hibernate:0.9.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.lwapp : lwapp-dropwizard-hibernate sbt scala dependency to your build.sbt file:

libraryDependencies += "org.lwapp" % "lwapp-dropwizard-hibernate" % "0.9.2"

Advertisement