is not current version
Last Version 3.17.0

org.apache.camel:spi-annotations 3.4.5

Annotations for Camel Endpoint developers

GroupId

GroupId

org.apache.camel
ArtifactId

ArtifactId

spi-annotations
Version

Version

3.4.5
Type

Type

jar

Download spi-annotations 3.4.5


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