Categories |
CategoriesQuarkus Container Microservices Hazelcast Application Layer Libs Distributed Applications |
---|---|
GroupId | GroupIdorg.apache.camel.quarkus |
ArtifactId | ArtifactIdcamel-quarkus-integration-test-hazelcast |
Version | Version2.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-integration-test-hazelcast/ -->
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-hazelcast</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-integration-test-hazelcast/
implementation 'org.apache.camel.quarkus:camel-quarkus-integration-test-hazelcast:2.2.0'
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-integration-test-hazelcast/
implementation ("org.apache.camel.quarkus:camel-quarkus-integration-test-hazelcast:2.2.0")
'org.apache.camel.quarkus:camel-quarkus-integration-test-hazelcast:jar:2.2.0'
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-integration-test-hazelcast" rev="2.2.0">
<artifact name="camel-quarkus-integration-test-hazelcast" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-integration-test-hazelcast', version='2.2.0')
)
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-integration-test-hazelcast" % "2.2.0"
[org.apache.camel.quarkus/camel-quarkus-integration-test-hazelcast "2.2.0"]