| Categories |
CategoriesEhcache Data Caching |
|---|---|
| GroupId | GroupIdcom.github.snakerflow |
| ArtifactId | ArtifactIdsnaker-ehcache |
| Version | Version2.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| snaker-ehcache-2.1.1.pom | |
| snaker-ehcache-2.1.1.jar | 5 KB |
| snaker-ehcache-2.1.1-sources.jar | 4 KB |
| snaker-ehcache-2.1.1-javadoc.jar | 42 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.snakerflow/snaker-ehcache/ -->
<dependency>
<groupId>com.github.snakerflow</groupId>
<artifactId>snaker-ehcache</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.snakerflow/snaker-ehcache/
implementation 'com.github.snakerflow:snaker-ehcache:2.1.1'
// https://jarcasting.com/artifacts/com.github.snakerflow/snaker-ehcache/
implementation ("com.github.snakerflow:snaker-ehcache:2.1.1")
'com.github.snakerflow:snaker-ehcache:jar:2.1.1'
<dependency org="com.github.snakerflow" name="snaker-ehcache" rev="2.1.1">
<artifact name="snaker-ehcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.snakerflow', module='snaker-ehcache', version='2.1.1')
)
libraryDependencies += "com.github.snakerflow" % "snaker-ehcache" % "2.1.1"
[com.github.snakerflow/snaker-ehcache "2.1.1"]