Files download
File Operation
decorator-spring-boot-autoconfigure-1.0.RELEASE.jar download
decorator-spring-boot-autoconfigure-1.0.RELEASE.pom download
decorator-spring-boot-autoconfigure-1.0.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.gavlyukovskiy</groupId>
  <artifactId>decorator-spring-boot-autoconfigure</artifactId>
  <version>1.0.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.github.gavlyukovskiy:decorator-spring-boot-autoconfigure:1.0.RELEASE'
Gradle Kotlin
implementation("com.github.gavlyukovskiy:decorator-spring-boot-autoconfigure:1.0.RELEASE")
Scala SBT
libraryDependencies += "com.github.gavlyukovskiy" % "decorator-spring-boot-autoconfigure" % "1.0.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.github.gavlyukovskiy', module='decorator-spring-boot-autoconfigure', version='1.0.RELEASE')
)
Apache Ivy
<dependency org="com.github.gavlyukovskiy" name="decorator-spring-boot-autoconfigure" rev="1.0.RELEASE" />
Leiningen
[com.github.gavlyukovskiy/decorator-spring-boot-autoconfigure "1.0.RELEASE"]
Apache Buildr
'com.github.gavlyukovskiy:decorator-spring-boot-autoconfigure:jar:1.0.RELEASE'