License |
License |
---|---|
Categories |
CategoriesGUI User Interface Ehcache Data Caching Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdcom.googlecode.ibaguice.cache |
ArtifactId | ArtifactIdibaguice-ehcache |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEhcache
Ehcache support for iBatis Cache
|
Filename | Size |
---|---|
ibaguice-ehcache-1.0.pom | |
ibaguice-ehcache-1.0.jar | 9 KB |
ibaguice-ehcache-1.0-sources.jar | 8 KB |
ibaguice-ehcache-1.0-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.ibaguice.cache/ibaguice-ehcache/ -->
<dependency>
<groupId>com.googlecode.ibaguice.cache</groupId>
<artifactId>ibaguice-ehcache</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.ibaguice.cache/ibaguice-ehcache/
implementation 'com.googlecode.ibaguice.cache:ibaguice-ehcache:1.0'
// https://jarcasting.com/artifacts/com.googlecode.ibaguice.cache/ibaguice-ehcache/
implementation ("com.googlecode.ibaguice.cache:ibaguice-ehcache:1.0")
'com.googlecode.ibaguice.cache:ibaguice-ehcache:jar:1.0'
<dependency org="com.googlecode.ibaguice.cache" name="ibaguice-ehcache" rev="1.0">
<artifact name="ibaguice-ehcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.ibaguice.cache', module='ibaguice-ehcache', version='1.0')
)
libraryDependencies += "com.googlecode.ibaguice.cache" % "ibaguice-ehcache" % "1.0"
[com.googlecode.ibaguice.cache/ibaguice-ehcache "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis | jar | 3.0.1 |
net.sf.ehcache : ehcache-core | jar | 2.0.0 |
org.slf4j : slf4j-api | jar | 1.6.0 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 5.8 |