b

bootique-agrest5-swagger

Provides Integration of Agrest OpenAPI capabilities with Agrest 5
Files download
File Operation
bootique-agrest5-swagger-3.0.M2.jar download
bootique-agrest5-swagger-3.0.M2.pom download
bootique-agrest5-swagger-3.0.M2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.bootique.agrest</groupId>
  <artifactId>bootique-agrest5-swagger</artifactId>
  <version>3.0.M2</version>
</dependency>
Gradle Groovy
implementation 'io.bootique.agrest:bootique-agrest5-swagger:3.0.M2'
Gradle Kotlin
implementation("io.bootique.agrest:bootique-agrest5-swagger:3.0.M2")
Scala SBT
libraryDependencies += "io.bootique.agrest" % "bootique-agrest5-swagger" % "3.0.M2"
Groovy Grape
@Grapes(
  @Grab(group='io.bootique.agrest', module='bootique-agrest5-swagger', version='3.0.M2')
)
Apache Ivy
<dependency org="io.bootique.agrest" name="bootique-agrest5-swagger" rev="3.0.M2" />
Leiningen
[io.bootique.agrest/bootique-agrest5-swagger "3.0.M2"]
Apache Buildr
'io.bootique.agrest:bootique-agrest5-swagger:jar:3.0.M2'