Files download
File Operation
draw-out-spring-boot-lombok-lib-2.0.4-6.RELEASE.pom download
Apache Maven
<dependency>
  <groupId>br.com.ideotech</groupId>
  <artifactId>draw-out-spring-boot-lombok-lib</artifactId>
  <version>2.0.4-6.RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'br.com.ideotech:draw-out-spring-boot-lombok-lib:2.0.4-6.RELEASE'
Gradle Kotlin
implementation("br.com.ideotech:draw-out-spring-boot-lombok-lib:2.0.4-6.RELEASE")
Scala SBT
libraryDependencies += "br.com.ideotech" % "draw-out-spring-boot-lombok-lib" % "2.0.4-6.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='br.com.ideotech', module='draw-out-spring-boot-lombok-lib', version='2.0.4-6.RELEASE')
)
Apache Ivy
<dependency org="br.com.ideotech" name="draw-out-spring-boot-lombok-lib" rev="2.0.4-6.RELEASE" />
Leiningen
[br.com.ideotech/draw-out-spring-boot-lombok-lib "2.0.4-6.RELEASE"]
Apache Buildr
'br.com.ideotech:draw-out-spring-boot-lombok-lib:jar:2.0.4-6.RELEASE'