License |
License |
---|---|
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdspi-annotations |
Last Version | Last Version3.17.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCamel :: SPI Annotations
Annotations for Camel Endpoint developers
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
spi-annotations-3.17.0.pom | |
spi-annotations-3.17.0.jar | 15 KB |
spi-annotations-3.17.0-sources.jar | 20 KB |
spi-annotations-3.17.0-javadoc.jar | 99 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/spi-annotations/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>spi-annotations</artifactId>
<version>3.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/spi-annotations/
implementation 'org.apache.camel:spi-annotations:3.17.0'
// https://jarcasting.com/artifacts/org.apache.camel/spi-annotations/
implementation ("org.apache.camel:spi-annotations:3.17.0")
'org.apache.camel:spi-annotations:jar:3.17.0'
<dependency org="org.apache.camel" name="spi-annotations" rev="3.17.0">
<artifact name="spi-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='spi-annotations', version='3.17.0')
)
libraryDependencies += "org.apache.camel" % "spi-annotations" % "3.17.0"
[org.apache.camel/spi-annotations "3.17.0"]