GroupId | GroupIdio.syndesis.extension |
---|---|
ArtifactId | ArtifactIdextension-annotation-processor |
Version | Version1.7.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.syndesis.extension/extension-annotation-processor/ -->
<dependency>
<groupId>io.syndesis.extension</groupId>
<artifactId>extension-annotation-processor</artifactId>
<version>1.7.10</version>
</dependency>
// https://jarcasting.com/artifacts/io.syndesis.extension/extension-annotation-processor/
implementation 'io.syndesis.extension:extension-annotation-processor:1.7.10'
// https://jarcasting.com/artifacts/io.syndesis.extension/extension-annotation-processor/
implementation ("io.syndesis.extension:extension-annotation-processor:1.7.10")
'io.syndesis.extension:extension-annotation-processor:jar:1.7.10'
<dependency org="io.syndesis.extension" name="extension-annotation-processor" rev="1.7.10">
<artifact name="extension-annotation-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.syndesis.extension', module='extension-annotation-processor', version='1.7.10')
)
libraryDependencies += "io.syndesis.extension" % "extension-annotation-processor" % "1.7.10"
[io.syndesis.extension/extension-annotation-processor "1.7.10"]