| GroupId | GroupIdio.dekorate | 
|---|---|
| ArtifactId | ArtifactIdtekton-annotations | 
| Version | Version2.0.0-alpha-1 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/io.dekorate/tekton-annotations/ -->
<dependency>
    <groupId>io.dekorate</groupId>
    <artifactId>tekton-annotations</artifactId>
    <version>2.0.0-alpha-1</version>
</dependency>// https://jarcasting.com/artifacts/io.dekorate/tekton-annotations/
implementation 'io.dekorate:tekton-annotations:2.0.0-alpha-1'// https://jarcasting.com/artifacts/io.dekorate/tekton-annotations/
implementation ("io.dekorate:tekton-annotations:2.0.0-alpha-1")'io.dekorate:tekton-annotations:jar:2.0.0-alpha-1'<dependency org="io.dekorate" name="tekton-annotations" rev="2.0.0-alpha-1">
  <artifact name="tekton-annotations" type="jar" />
</dependency>@Grapes(
@Grab(group='io.dekorate', module='tekton-annotations', version='2.0.0-alpha-1')
)libraryDependencies += "io.dekorate" % "tekton-annotations" % "2.0.0-alpha-1"[io.dekorate/tekton-annotations "2.0.0-alpha-1"]