GroupId | GroupIdorg.apache.camel.springboot |
---|---|
ArtifactId | ArtifactIdcamel-servlet-starter |
Version | Version3.4.1 |
Type | Typejar |
Filename | Size |
---|---|
camel-servlet-starter-3.4.1.pom | |
camel-servlet-starter-3.4.1.jar | 16 KB |
camel-servlet-starter-3.4.1-sources.jar | 14 KB |
camel-servlet-starter-3.4.1-javadoc.jar | 409 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-servlet-starter/ -->
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-servlet-starter</artifactId>
<version>3.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-servlet-starter/
implementation 'org.apache.camel.springboot:camel-servlet-starter:3.4.1'
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-servlet-starter/
implementation ("org.apache.camel.springboot:camel-servlet-starter:3.4.1")
'org.apache.camel.springboot:camel-servlet-starter:jar:3.4.1'
<dependency org="org.apache.camel.springboot" name="camel-servlet-starter" rev="3.4.1">
<artifact name="camel-servlet-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.springboot', module='camel-servlet-starter', version='3.4.1')
)
libraryDependencies += "org.apache.camel.springboot" % "camel-servlet-starter" % "3.4.1"
[org.apache.camel.springboot/camel-servlet-starter "3.4.1"]