is not current version
Last Version 4.0.4

com.cvent:dropwizard-mybatis 3.2.0

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.2.0
Type

Type

jar

Download dropwizard-mybatis 3.2.0


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