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