s

spi-annotations

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