GroupId | GroupIdorg.apache.camel |
---|---|
ArtifactId | ArtifactIdcamel-http-base |
Version | Version3.11.3 |
Type | Typejar |
Filename | Size |
---|---|
camel-http-base-3.11.3.pom | |
camel-http-base-3.11.3.jar | 21 KB |
camel-http-base-3.11.3-sources.jar | 15 KB |
camel-http-base-3.11.3-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-http-base/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-http-base</artifactId>
<version>3.11.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-http-base/
implementation 'org.apache.camel:camel-http-base:3.11.3'
// https://jarcasting.com/artifacts/org.apache.camel/camel-http-base/
implementation ("org.apache.camel:camel-http-base:3.11.3")
'org.apache.camel:camel-http-base:jar:3.11.3'
<dependency org="org.apache.camel" name="camel-http-base" rev="3.11.3">
<artifact name="camel-http-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-http-base', version='3.11.3')
)
libraryDependencies += "org.apache.camel" % "camel-http-base" % "3.11.3"
[org.apache.camel/camel-http-base "3.11.3"]