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