m

meta-annotations

Annotations for Camel code
Apache License, Version 2.0
文件下载
文件名 操作
meta-annotations-3.0.0-M2.jar 下载
meta-annotations-3.0.0-M2.pom 下载
meta-annotations-3.0.0-M2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.camel</groupId>
  <artifactId>meta-annotations</artifactId>
  <version>3.0.0-M2</version>
</dependency>
Gradle Groovy
implementation 'org.apache.camel:meta-annotations:3.0.0-M2'
Gradle Kotlin
implementation("org.apache.camel:meta-annotations:3.0.0-M2")
Scala SBT
libraryDependencies += "org.apache.camel" % "meta-annotations" % "3.0.0-M2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.camel', module='meta-annotations', version='3.0.0-M2')
)
Apache Ivy
<dependency org="org.apache.camel" name="meta-annotations" rev="3.0.0-M2" />
Leiningen
[org.apache.camel/meta-annotations "3.0.0-M2"]
Apache Buildr
'org.apache.camel:meta-annotations:jar:3.0.0-M2'