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