s

spi-annotations

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