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