| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.apache.camel | 
    
| ArtifactId | ArtifactIdcamel-jcache | 
    
| Last Version | Last Version3.17.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionCamel :: JCache 
            Camel JCache support 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| camel-jcache-3.17.0.pom | |
| camel-jcache-3.17.0.jar | 79 KB | 
| camel-jcache-3.17.0-sources.jar | 35 KB | 
| camel-jcache-3.17.0-javadoc.jar | 136 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-jcache/ -->
<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-jcache</artifactId>
    <version>3.17.0</version>
</dependency>
                // https://jarcasting.com/artifacts/org.apache.camel/camel-jcache/
implementation 'org.apache.camel:camel-jcache:3.17.0'
                // https://jarcasting.com/artifacts/org.apache.camel/camel-jcache/
implementation ("org.apache.camel:camel-jcache:3.17.0")
                'org.apache.camel:camel-jcache:jar:3.17.0'
                <dependency org="org.apache.camel" name="camel-jcache" rev="3.17.0">
  <artifact name="camel-jcache" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.apache.camel', module='camel-jcache', version='3.17.0')
)
                libraryDependencies += "org.apache.camel" % "camel-jcache" % "3.17.0"
                [org.apache.camel/camel-jcache "3.17.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.camel : camel-support | jar | 3.17.0 | 
| org.apache.servicemix.bundles : org.apache.servicemix.bundles.javax-cache-api | jar | 1.1.1_1 |