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