is not current version
Last Version 1.2.0

com.github.ppodgorsek:juncacher 1.1.0

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.1.0
Type

Type

jar

Download juncacher 1.1.0


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