License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdorg.dbflute.utflute |
ArtifactId | ArtifactIdutflute-guice |
Last Version | Last Version0.9.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUTFlute Guice
The unit test library for Google Guice (with DBFlute)
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
utflute-guice-0.9.5.pom | |
utflute-guice-0.9.5.jar | 5 KB |
utflute-guice-0.9.5-sources.jar | 4 KB |
utflute-guice-0.9.5-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dbflute.utflute/utflute-guice/ -->
<dependency>
<groupId>org.dbflute.utflute</groupId>
<artifactId>utflute-guice</artifactId>
<version>0.9.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.dbflute.utflute/utflute-guice/
implementation 'org.dbflute.utflute:utflute-guice:0.9.5'
// https://jarcasting.com/artifacts/org.dbflute.utflute/utflute-guice/
implementation ("org.dbflute.utflute:utflute-guice:0.9.5")
'org.dbflute.utflute:utflute-guice:jar:0.9.5'
<dependency org="org.dbflute.utflute" name="utflute-guice" rev="0.9.5">
<artifact name="utflute-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dbflute.utflute', module='utflute-guice', version='0.9.5')
)
libraryDependencies += "org.dbflute.utflute" % "utflute-guice" % "0.9.5"
[org.dbflute.utflute/utflute-guice "0.9.5"]
Group / Artifact | Type | Version |
---|---|---|
org.dbflute.utflute : utflute-core | jar | 0.9.5 |
com.google.inject : guice | jar | 4.2.3 |
org.dbflute : dbflute-runtime | jar | 1.2.5 |
Group / Artifact | Type | Version |
---|---|---|
javax.transaction : javax.transaction-api | jar | 1.2 |
org.apache.geronimo.specs : geronimo-jta_1.1_spec | jar | 1.0 |
org.apache.geronimo.specs : geronimo-ejb_3.0_spec | jar | 1.0 |
junit : junit | jar | 4.8.2 |
Group / Artifact | Type | Version |
---|---|---|
com.atomikos : transactions-jdbc | jar | 5.0.9 |
com.h2database : h2 | jar | 1.4.200 |
org.slf4j : slf4j-log4j12 | jar | 1.7.7 |
log4j : log4j | jar | 1.2.14 |