Categories |
CategoriesEhcache Data Caching |
---|---|
GroupId | GroupIdcom.github.snakerflow |
ArtifactId | ArtifactIdsnaker-ehcache |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
snaker-ehcache-2.1.0.pom | |
snaker-ehcache-2.1.0.jar | 5 KB |
snaker-ehcache-2.1.0-sources.jar | 4 KB |
snaker-ehcache-2.1.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.snakerflow/snaker-ehcache/
implementation 'com.github.snakerflow:snaker-ehcache:2.1.0'
// https://jarcasting.com/artifacts/com.github.snakerflow/snaker-ehcache/
implementation ("com.github.snakerflow:snaker-ehcache:2.1.0")
'com.github.snakerflow:snaker-ehcache:jar:2.1.0'
<dependency org="com.github.snakerflow" name="snaker-ehcache" rev="2.1.0">
<artifact name="snaker-ehcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.snakerflow', module='snaker-ehcache', version='2.1.0')
)
libraryDependencies += "com.github.snakerflow" % "snaker-ehcache" % "2.1.0"
[com.github.snakerflow/snaker-ehcache "2.1.0"]