is not current version
Last Version 3.0.1

org.apache.camel:meta-annotations 3.0.0-RC2

Annotations for Camel code

GroupId

GroupId

org.apache.camel
ArtifactId

ArtifactId

meta-annotations
Version

Version

3.0.0-RC2
Type

Type

jar

Download meta-annotations 3.0.0-RC2


<!-- https://jarcasting.com/artifacts/org.apache.camel/meta-annotations/ -->
<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>meta-annotations</artifactId>
    <version>3.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/meta-annotations/
implementation 'org.apache.camel:meta-annotations:3.0.0-RC2'
// https://jarcasting.com/artifacts/org.apache.camel/meta-annotations/
implementation ("org.apache.camel:meta-annotations:3.0.0-RC2")
'org.apache.camel:meta-annotations:jar:3.0.0-RC2'
<dependency org="org.apache.camel" name="meta-annotations" rev="3.0.0-RC2">
  <artifact name="meta-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='meta-annotations', version='3.0.0-RC2')
)
libraryDependencies += "org.apache.camel" % "meta-annotations" % "3.0.0-RC2"
[org.apache.camel/meta-annotations "3.0.0-RC2"]