License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection MyBatis Data ORM |
GroupId | GroupIdorg.plukh |
ArtifactId | ArtifactIddbunit-guice-mybatis |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorg.plukh:dbunit-guice-mybatis
DbUnit/Guice/MyBatis integration for testing of guicified DAO classes
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.plukh/dbunit-guice-mybatis/ -->
<dependency>
<groupId>org.plukh</groupId>
<artifactId>dbunit-guice-mybatis</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.plukh/dbunit-guice-mybatis/
implementation 'org.plukh:dbunit-guice-mybatis:1.0.2'
// https://jarcasting.com/artifacts/org.plukh/dbunit-guice-mybatis/
implementation ("org.plukh:dbunit-guice-mybatis:1.0.2")
'org.plukh:dbunit-guice-mybatis:jar:1.0.2'
<dependency org="org.plukh" name="dbunit-guice-mybatis" rev="1.0.2">
<artifact name="dbunit-guice-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.plukh', module='dbunit-guice-mybatis', version='1.0.2')
)
libraryDependencies += "org.plukh" % "dbunit-guice-mybatis" % "1.0.2"
[org.plukh/dbunit-guice-mybatis "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.apache.logging.log4j : log4j-api | jar | 2.6.1 |
org.apache.logging.log4j : log4j-core | jar | 2.6.1 |
com.google.inject : guice | jar | 4.1.0 |
org.dbunit : dbunit | jar | 2.5.1 |
joda-time : joda-time | jar | 2.9.4 |
org.mybatis : mybatis | jar | 3.4.1 |
org.mybatis : mybatis-guice | jar | 3.7.1 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.6.1 |
mysql : mysql-connector-java | jar | 5.1.39 |