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