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