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