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