| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.camel.k |
| ArtifactId | ArtifactIdcamel-k-runtime-legacy |
| Version | Version1.0.4 |
| Type | Typepom |
| Description |
DescriptionThe Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| camel-k-runtime-legacy-1.0.4.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel.k/camel-k-runtime-legacy/ -->
<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-legacy</artifactId>
<version>1.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.k/camel-k-runtime-legacy/
implementation 'org.apache.camel.k:camel-k-runtime-legacy:1.0.4'
// https://jarcasting.com/artifacts/org.apache.camel.k/camel-k-runtime-legacy/
implementation ("org.apache.camel.k:camel-k-runtime-legacy:1.0.4")
'org.apache.camel.k:camel-k-runtime-legacy:pom:1.0.4'
<dependency org="org.apache.camel.k" name="camel-k-runtime-legacy" rev="1.0.4">
<artifact name="camel-k-runtime-legacy" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.k', module='camel-k-runtime-legacy', version='1.0.4')
)
libraryDependencies += "org.apache.camel.k" % "camel-k-runtime-legacy" % "1.0.4"
[org.apache.camel.k/camel-k-runtime-legacy "1.0.4"]