s

spi-annotations

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