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