License |
License |
---|---|
GroupId | GroupIdcom.github.chhorz |
ArtifactId | ArtifactIdoas-generator-spring-web |
Version | Version0.2.4 |
Type | Typejar |
Description |
DescriptionOAS Generator :: Spring-Web
Java annotation processor for generating open api specification based on java annotations.
|
<!-- https://jarcasting.com/artifacts/com.github.chhorz/oas-generator-spring-web/ -->
<dependency>
<groupId>com.github.chhorz</groupId>
<artifactId>oas-generator-spring-web</artifactId>
<version>0.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chhorz/oas-generator-spring-web/
implementation 'com.github.chhorz:oas-generator-spring-web:0.2.4'
// https://jarcasting.com/artifacts/com.github.chhorz/oas-generator-spring-web/
implementation ("com.github.chhorz:oas-generator-spring-web:0.2.4")
'com.github.chhorz:oas-generator-spring-web:jar:0.2.4'
<dependency org="com.github.chhorz" name="oas-generator-spring-web" rev="0.2.4">
<artifact name="oas-generator-spring-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chhorz', module='oas-generator-spring-web', version='0.2.4')
)
libraryDependencies += "com.github.chhorz" % "oas-generator-spring-web" % "0.2.4"
[com.github.chhorz/oas-generator-spring-web "0.2.4"]
Group / Artifact | Type | Version |
---|---|---|
com.github.chhorz : oas-generator-common | jar | 0.2.4 |
org.springframework.data : spring-data-commons Optional | jar | 2.5.3 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-web | jar | 5.3.9 |
org.springframework.security : spring-security-core Optional | jar | 5.5.1 |
Group / Artifact | Type | Version |
---|---|---|
com.github.chhorz : oas-generator-common | test-jar | 0.2.4 |
org.junit.jupiter : junit-jupiter | jar | 5.7.2 |
org.assertj : assertj-core | jar | 3.20.2 |
org.skyscreamer : jsonassert | jar | 1.5.0 |
com.jayway.jsonpath : json-path | jar | 2.6.0 |
org.springframework.hateoas : spring-hateoas | jar | 1.3.3 |
jakarta.validation : jakarta.validation-api | jar | 2.0.2 |