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