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