is not current version
Last Version 4.0.4

com.cvent:dropwizard-mybatis 3.1.8

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

Categories

Categories

DropWizard Container Microservices MyBatis Data ORM
GroupId

GroupId

com.cvent
ArtifactId

ArtifactId

dropwizard-mybatis
Version

Version

3.1.8
Type

Type

jar

Download dropwizard-mybatis 3.1.8


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