| License |
License |
|---|---|
| Categories |
CategoriesDropWizard Container Microservices MyBatis Data ORM |
| GroupId | GroupIdcom.cvent |
| ArtifactId | ArtifactIddropwizard-mybatis |
| Last Version | Last Version4.0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiondropwizard-mybatis
An open source bridge layer so that you can use mybatis with dropwizard + other useful utility methods often used within an enterprise.
|
| Filename | Size |
|---|---|
| dropwizard-mybatis-4.0.4.pom | |
| dropwizard-mybatis-4.0.4.jar | 30 KB |
| dropwizard-mybatis-4.0.4-sources.jar | 19 KB |
| dropwizard-mybatis-4.0.4-javadoc.jar | 176 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cvent/dropwizard-mybatis/ -->
<dependency>
<groupId>com.cvent</groupId>
<artifactId>dropwizard-mybatis</artifactId>
<version>4.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.cvent/dropwizard-mybatis/
implementation 'com.cvent:dropwizard-mybatis:4.0.4'
// https://jarcasting.com/artifacts/com.cvent/dropwizard-mybatis/
implementation ("com.cvent:dropwizard-mybatis:4.0.4")
'com.cvent:dropwizard-mybatis:jar:4.0.4'
<dependency org="com.cvent" name="dropwizard-mybatis" rev="4.0.4">
<artifact name="dropwizard-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cvent', module='dropwizard-mybatis', version='4.0.4')
)
libraryDependencies += "com.cvent" % "dropwizard-mybatis" % "4.0.4"
[com.cvent/dropwizard-mybatis "4.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.cvent : pangaea | jar | 3.0.0 |
| org.mybatis : mybatis | jar | 3.4.6 |
| org.mybatis : mybatis-typehandlers-jsr310 | jar | 1.0.2 |
| io.dropwizard : dropwizard-db | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.0.3 |
| org.junit.vintage : junit-vintage-engine | jar | 4.12.3 |
| org.mockito : mockito-core | jar | 2.15.0 |
| org.assertj : assertj-core | jar | 3.9.1 |