<dependency> <groupId>org.apache.camel</groupId> <artifactId>spi-annotations</artifactId> <version>2.12.5</version> </dependency>
implementation 'org.apache.camel:spi-annotations:2.12.5'
implementation("org.apache.camel:spi-annotations:2.12.5")
libraryDependencies += "org.apache.camel" % "spi-annotations" % "2.12.5"
@Grapes( @Grab(group='org.apache.camel', module='spi-annotations', version='2.12.5') )
<dependency org="org.apache.camel" name="spi-annotations" rev="2.12.5" />
[org.apache.camel/spi-annotations "2.12.5"]
'org.apache.camel:spi-annotations:jar:2.12.5'
<parent> <groupId>org.apache.camel</groupId> <artifactId>tooling</artifactId> <version>2.12.5</version> </parent>