Categories |
CategoriesJetty Container Application Servers Quarkus Microservices |
---|---|
GroupId | GroupIdorg.apache.camel.quarkus |
ArtifactId | ArtifactIdcamel-quarkus-jetty-common |
Version | Version0.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-jetty-common/ -->
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jetty-common</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-jetty-common/
implementation 'org.apache.camel.quarkus:camel-quarkus-jetty-common:0.1.0'
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-jetty-common/
implementation ("org.apache.camel.quarkus:camel-quarkus-jetty-common:0.1.0")
'org.apache.camel.quarkus:camel-quarkus-jetty-common:jar:0.1.0'
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-jetty-common" rev="0.1.0">
<artifact name="camel-quarkus-jetty-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-jetty-common', version='0.1.0')
)
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-jetty-common" % "0.1.0"
[org.apache.camel.quarkus/camel-quarkus-jetty-common "0.1.0"]