Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdorg.apache.camel.k |
ArtifactId | ArtifactIdcamel-k-runtime-kotlin |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.camel.k/camel-k-runtime-kotlin/ -->
<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-kotlin</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.k/camel-k-runtime-kotlin/
implementation 'org.apache.camel.k:camel-k-runtime-kotlin:1.0.1'
// https://jarcasting.com/artifacts/org.apache.camel.k/camel-k-runtime-kotlin/
implementation ("org.apache.camel.k:camel-k-runtime-kotlin:1.0.1")
'org.apache.camel.k:camel-k-runtime-kotlin:jar:1.0.1'
<dependency org="org.apache.camel.k" name="camel-k-runtime-kotlin" rev="1.0.1">
<artifact name="camel-k-runtime-kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.k', module='camel-k-runtime-kotlin', version='1.0.1')
)
libraryDependencies += "org.apache.camel.k" % "camel-k-runtime-kotlin" % "1.0.1"
[org.apache.camel.k/camel-k-runtime-kotlin "1.0.1"]