GroupId | GroupIdorg.apache.camel.k |
---|---|
ArtifactId | ArtifactIdcamel-k-annotations |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
camel-k-annotations-1.3.0.pom | |
camel-k-annotations-1.3.0.jar | 10 KB |
camel-k-annotations-1.3.0-sources.jar | 11 KB |
camel-k-annotations-1.3.0-javadoc.jar | 424 KB |
Browse |
<!-- 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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.k/camel-k-annotations/
implementation 'org.apache.camel.k:camel-k-annotations:1.3.0'
// https://jarcasting.com/artifacts/org.apache.camel.k/camel-k-annotations/
implementation ("org.apache.camel.k:camel-k-annotations:1.3.0")
'org.apache.camel.k:camel-k-annotations:jar:1.3.0'
<dependency org="org.apache.camel.k" name="camel-k-annotations" rev="1.3.0">
<artifact name="camel-k-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.k', module='camel-k-annotations', version='1.3.0')
)
libraryDependencies += "org.apache.camel.k" % "camel-k-annotations" % "1.3.0"
[org.apache.camel.k/camel-k-annotations "1.3.0"]