Categories |
CategoriesQuarkus Container Microservices Ehcache Data Caching |
---|---|
GroupId | GroupIdorg.apache.camel.quarkus |
ArtifactId | ArtifactIdcamel-quarkus-ehcache-parent |
Version | Version2.3.0 |
Type | Typepom |
Filename | Size |
---|---|
camel-quarkus-ehcache-parent-2.3.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-ehcache-parent/ -->
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-ehcache-parent</artifactId>
<version>2.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-ehcache-parent/
implementation 'org.apache.camel.quarkus:camel-quarkus-ehcache-parent:2.3.0'
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-ehcache-parent/
implementation ("org.apache.camel.quarkus:camel-quarkus-ehcache-parent:2.3.0")
'org.apache.camel.quarkus:camel-quarkus-ehcache-parent:pom:2.3.0'
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-ehcache-parent" rev="2.3.0">
<artifact name="camel-quarkus-ehcache-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-ehcache-parent', version='2.3.0')
)
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-ehcache-parent" % "2.3.0"
[org.apache.camel.quarkus/camel-quarkus-ehcache-parent "2.3.0"]