GroupId | GroupIdio.syndesis.extension |
---|---|
ArtifactId | ArtifactIdextension-annotation-processor |
Version | Version1.8.1 |
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.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.syndesis.extension/extension-annotation-processor/
implementation 'io.syndesis.extension:extension-annotation-processor:1.8.1'
// https://jarcasting.com/artifacts/io.syndesis.extension/extension-annotation-processor/
implementation ("io.syndesis.extension:extension-annotation-processor:1.8.1")
'io.syndesis.extension:extension-annotation-processor:jar:1.8.1'
<dependency org="io.syndesis.extension" name="extension-annotation-processor" rev="1.8.1">
<artifact name="extension-annotation-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.syndesis.extension', module='extension-annotation-processor', version='1.8.1')
)
libraryDependencies += "io.syndesis.extension" % "extension-annotation-processor" % "1.8.1"
[io.syndesis.extension/extension-annotation-processor "1.8.1"]