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