is not current version
Last Version 4.0.4

com.cvent:dropwizard-mybatis 4.0.2

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

4.0.2
Type

Type

jar

Download dropwizard-mybatis 4.0.2


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