MVN

com.cvent : dropwizard-mybatis

Maven & Gradle

Feb 20, 2019

dropwizard-mybatis · An open source bridge layer so that you can use mybatis with dropwizard + other useful utility methods often used within an enterprise.

<dependency>
    <groupId>com.cvent</groupId>
    <artifactId>dropwizard-mybatis</artifactId>
    <version>4.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cvent : dropwizard-mybatis to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.4

All Versions

Choose a version of com.cvent : dropwizard-mybatis to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
dropwizard-mybatis-4.0.4
dropwizard-mybatis-4.0.3
dropwizard-mybatis-4.0.2
dropwizard-mybatis-4.0.1
dropwizard-mybatis-4.0.0
3.2.x
dropwizard-mybatis-3.2.0
3.1.x
dropwizard-mybatis-3.1.9
dropwizard-mybatis-3.1.8
dropwizard-mybatis-3.1.7
dropwizard-mybatis-3.1.6
dropwizard-mybatis-3.1.5
dropwizard-mybatis-3.1.4

How to add a dependency to Maven

Add the following com.cvent : dropwizard-mybatis maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.cvent</groupId>
    <artifactId>dropwizard-mybatis</artifactId>
    <version>4.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cvent : dropwizard-mybatis gradle dependency to your build.gradle file:

implementation 'com.cvent:dropwizard-mybatis:4.0.4'

Gradle Kotlin DSL: Add the following com.cvent : dropwizard-mybatis gradle kotlin dependency to your build.gradle.kts file:

implementation("com.cvent:dropwizard-mybatis:4.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cvent : dropwizard-mybatis sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cvent" % "dropwizard-mybatis" % "4.0.4"