is not current version
Last Version 0.2.5

com.github.chhorz:oas-generator 0.2.0-RC.1

Java annotation processor for generating open api specification based on java annotations.

GroupId

GroupId

com.github.chhorz
ArtifactId

ArtifactId

oas-generator
Version

Version

0.2.0-RC.1
Type

Type

pom

Download oas-generator 0.2.0-RC.1


<!-- https://jarcasting.com/artifacts/com.github.chhorz/oas-generator/ -->
<dependency>
    <groupId>com.github.chhorz</groupId>
    <artifactId>oas-generator</artifactId>
    <version>0.2.0-RC.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chhorz/oas-generator/
implementation 'com.github.chhorz:oas-generator:0.2.0-RC.1'
// https://jarcasting.com/artifacts/com.github.chhorz/oas-generator/
implementation ("com.github.chhorz:oas-generator:0.2.0-RC.1")
'com.github.chhorz:oas-generator:pom:0.2.0-RC.1'
<dependency org="com.github.chhorz" name="oas-generator" rev="0.2.0-RC.1">
  <artifact name="oas-generator" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.chhorz', module='oas-generator', version='0.2.0-RC.1')
)
libraryDependencies += "com.github.chhorz" % "oas-generator" % "0.2.0-RC.1"
[com.github.chhorz/oas-generator "0.2.0-RC.1"]