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