is not current version
Last Version 3.17.0

org.apache.camel:camel-jcache 3.0.0-M1

Camel JCache support

GroupId

GroupId

org.apache.camel
ArtifactId

ArtifactId

camel-jcache
Version

Version

3.0.0-M1
Type

Type

jar

Download camel-jcache 3.0.0-M1


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