Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-example-activemq-tomcat |
Version | Version2.15.5 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-example-activemq-tomcat/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-example-activemq-tomcat</artifactId>
<version>2.15.5</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-example-activemq-tomcat/
implementation 'org.apache.camel:camel-example-activemq-tomcat:2.15.5'
// https://jarcasting.com/artifacts/org.apache.camel/camel-example-activemq-tomcat/
implementation ("org.apache.camel:camel-example-activemq-tomcat:2.15.5")
'org.apache.camel:camel-example-activemq-tomcat:war:2.15.5'
<dependency org="org.apache.camel" name="camel-example-activemq-tomcat" rev="2.15.5">
<artifact name="camel-example-activemq-tomcat" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-example-activemq-tomcat', version='2.15.5')
)
libraryDependencies += "org.apache.camel" % "camel-example-activemq-tomcat" % "2.15.5"
[org.apache.camel/camel-example-activemq-tomcat "2.15.5"]