License |
License |
---|---|
GroupId | GroupIdcom.github.chhorz |
ArtifactId | ArtifactIdoas-generator-schema |
Version | Version0.2.3 |
Type | Typejar |
Description |
DescriptionOAS Generator :: Schema
Java annotation processor for generating open api specification based on java annotations.
|
<!-- https://jarcasting.com/artifacts/com.github.chhorz/oas-generator-schema/ -->
<dependency>
<groupId>com.github.chhorz</groupId>
<artifactId>oas-generator-schema</artifactId>
<version>0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chhorz/oas-generator-schema/
implementation 'com.github.chhorz:oas-generator-schema:0.2.3'
// https://jarcasting.com/artifacts/com.github.chhorz/oas-generator-schema/
implementation ("com.github.chhorz:oas-generator-schema:0.2.3")
'com.github.chhorz:oas-generator-schema:jar:0.2.3'
<dependency org="com.github.chhorz" name="oas-generator-schema" rev="0.2.3">
<artifact name="oas-generator-schema" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chhorz', module='oas-generator-schema', version='0.2.3')
)
libraryDependencies += "com.github.chhorz" % "oas-generator-schema" % "0.2.3"
[com.github.chhorz/oas-generator-schema "0.2.3"]
Group / Artifact | Type | Version |
---|---|---|
com.github.chhorz : oas-generator-common | jar | 0.2.3 |
Group / Artifact | Type | Version |
---|---|---|
com.github.chhorz : oas-generator-common | test-jar | 0.2.3 |
org.junit.jupiter : junit-jupiter | jar | 5.7.2 |
org.assertj : assertj-core | jar | 3.19.0 |
com.jayway.jsonpath : json-path | jar | 2.5.0 |