License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdorg.apache.camel.quarkus |
ArtifactId | ArtifactIdcamel-quarkus-hystrix |
Last Version | Last Version2.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCamel Quarkus :: Hystrix :: Runtime
Maven plugins configuration
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-hystrix/ -->
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-hystrix</artifactId>
<version>2.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-hystrix/
implementation 'org.apache.camel.quarkus:camel-quarkus-hystrix:2.9.0'
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-hystrix/
implementation ("org.apache.camel.quarkus:camel-quarkus-hystrix:2.9.0")
'org.apache.camel.quarkus:camel-quarkus-hystrix:jar:2.9.0'
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-hystrix" rev="2.9.0">
<artifact name="camel-quarkus-hystrix" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-hystrix', version='2.9.0')
)
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-hystrix" % "2.9.0"
[org.apache.camel.quarkus/camel-quarkus-hystrix "2.9.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.camel.quarkus : camel-quarkus-core | jar | |
org.apache.camel : camel-hystrix | jar | |
org.jboss.logging : commons-logging-jboss-logging | jar |
Group / Artifact | Type | Version |
---|---|---|
org.graalvm.nativeimage : svm | jar |