License |
License |
---|---|
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdmeta-annotations |
Version | Version3.0.1 |
Type | Typejar |
Description |
DescriptionCamel :: Meta Annotations
Annotations for Camel code
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
meta-annotations-3.0.1.pom | |
meta-annotations-3.0.1.jar | 3 KB |
meta-annotations-3.0.1-sources.jar | 3 KB |
meta-annotations-3.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/meta-annotations/
implementation 'org.apache.camel:meta-annotations:3.0.1'
// https://jarcasting.com/artifacts/org.apache.camel/meta-annotations/
implementation ("org.apache.camel:meta-annotations:3.0.1")
'org.apache.camel:meta-annotations:jar:3.0.1'
<dependency org="org.apache.camel" name="meta-annotations" rev="3.0.1">
<artifact name="meta-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='meta-annotations', version='3.0.1')
)
libraryDependencies += "org.apache.camel" % "meta-annotations" % "3.0.1"
[org.apache.camel/meta-annotations "3.0.1"]