s

spi-annotations

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