is not current version
Last Version 3.17.0

org.apache.camel:spi-annotations 3.0.0-RC3

Annotations for Camel Endpoint developers

GroupId

GroupId

org.apache.camel
ArtifactId

ArtifactId

spi-annotations
Version

Version

3.0.0-RC3
Type

Type

jar

Download spi-annotations 3.0.0-RC3


<!-- https://jarcasting.com/artifacts/org.apache.camel/spi-annotations/ -->
<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>spi-annotations</artifactId>
    <version>3.0.0-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/spi-annotations/
implementation 'org.apache.camel:spi-annotations:3.0.0-RC3'
// https://jarcasting.com/artifacts/org.apache.camel/spi-annotations/
implementation ("org.apache.camel:spi-annotations:3.0.0-RC3")
'org.apache.camel:spi-annotations:jar:3.0.0-RC3'
<dependency org="org.apache.camel" name="spi-annotations" rev="3.0.0-RC3">
  <artifact name="spi-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='spi-annotations', version='3.0.0-RC3')
)
libraryDependencies += "org.apache.camel" % "spi-annotations" % "3.0.0-RC3"
[org.apache.camel/spi-annotations "3.0.0-RC3"]