Files download
File Operation
s2i-annotations-4.1.3.jar download
s2i-annotations-4.1.3.pom download
s2i-annotations-4.1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.dekorate</groupId>
  <artifactId>s2i-annotations</artifactId>
  <version>4.1.3</version>
</dependency>
Gradle Groovy
implementation 'io.dekorate:s2i-annotations:4.1.3'
Gradle Kotlin
implementation("io.dekorate:s2i-annotations:4.1.3")
Scala SBT
libraryDependencies += "io.dekorate" % "s2i-annotations" % "4.1.3"
Groovy Grape
@Grapes(
  @Grab(group='io.dekorate', module='s2i-annotations', version='4.1.3')
)
Apache Ivy
<dependency org="io.dekorate" name="s2i-annotations" rev="4.1.3" />
Leiningen
[io.dekorate/s2i-annotations "4.1.3"]
Apache Buildr
'io.dekorate:s2i-annotations:jar:4.1.3'