is not current version
Last Version 1.2.0

com.github.ppodgorsek:juncacher 1.0.7

JUncacher is a cache invalidation tool which allows to have a single point of eviction/update for all caches of an application (Varnish, ehcache, Solr, others).

GroupId

GroupId

com.github.ppodgorsek
ArtifactId

ArtifactId

juncacher
Version

Version

1.0.7
Type

Type

jar

Download juncacher 1.0.7


<!-- https://jarcasting.com/artifacts/com.github.ppodgorsek/juncacher/ -->
<dependency>
    <groupId>com.github.ppodgorsek</groupId>
    <artifactId>juncacher</artifactId>
    <version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ppodgorsek/juncacher/
implementation 'com.github.ppodgorsek:juncacher:1.0.7'
// https://jarcasting.com/artifacts/com.github.ppodgorsek/juncacher/
implementation ("com.github.ppodgorsek:juncacher:1.0.7")
'com.github.ppodgorsek:juncacher:jar:1.0.7'
<dependency org="com.github.ppodgorsek" name="juncacher" rev="1.0.7">
  <artifact name="juncacher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ppodgorsek', module='juncacher', version='1.0.7')
)
libraryDependencies += "com.github.ppodgorsek" % "juncacher" % "1.0.7"
[com.github.ppodgorsek/juncacher "1.0.7"]