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