s

servicebinding-annotations

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