| Categories |
CategoriesNative Development Tools |
|---|---|
| GroupId | GroupIdorg.apache.camel.k |
| ArtifactId | ArtifactIdcamel-knative-http |
| Version | Version1.0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| camel-knative-http-1.0.4.pom | |
| camel-knative-http-1.0.4.jar | 44 KB |
| camel-knative-http-1.0.4-sources.jar | 25 KB |
| camel-knative-http-1.0.4-javadoc.jar | 84 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel.k/camel-knative-http/ -->
<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-knative-http</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.k/camel-knative-http/
implementation 'org.apache.camel.k:camel-knative-http:1.0.4'
// https://jarcasting.com/artifacts/org.apache.camel.k/camel-knative-http/
implementation ("org.apache.camel.k:camel-knative-http:1.0.4")
'org.apache.camel.k:camel-knative-http:jar:1.0.4'
<dependency org="org.apache.camel.k" name="camel-knative-http" rev="1.0.4">
<artifact name="camel-knative-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.k', module='camel-knative-http', version='1.0.4')
)
libraryDependencies += "org.apache.camel.k" % "camel-knative-http" % "1.0.4"
[org.apache.camel.k/camel-knative-http "1.0.4"]