License |
License |
---|---|
GroupId | GroupIdcom.github.chhorz |
ArtifactId | ArtifactIdoas-generator-jaxrs |
Version | Version0.2.5 |
Type | Typejar |
Description |
DescriptionOAS Generator :: JaxRS
Java annotation processor for generating open api specification based on java annotations.
|
<!-- https://jarcasting.com/artifacts/com.github.chhorz/oas-generator-jaxrs/ -->
<dependency>
<groupId>com.github.chhorz</groupId>
<artifactId>oas-generator-jaxrs</artifactId>
<version>0.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chhorz/oas-generator-jaxrs/
implementation 'com.github.chhorz:oas-generator-jaxrs:0.2.5'
// https://jarcasting.com/artifacts/com.github.chhorz/oas-generator-jaxrs/
implementation ("com.github.chhorz:oas-generator-jaxrs:0.2.5")
'com.github.chhorz:oas-generator-jaxrs:jar:0.2.5'
<dependency org="com.github.chhorz" name="oas-generator-jaxrs" rev="0.2.5">
<artifact name="oas-generator-jaxrs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chhorz', module='oas-generator-jaxrs', version='0.2.5')
)
libraryDependencies += "com.github.chhorz" % "oas-generator-jaxrs" % "0.2.5"
[com.github.chhorz/oas-generator-jaxrs "0.2.5"]
Group / Artifact | Type | Version |
---|---|---|
com.github.chhorz : oas-generator-common | jar | 0.2.5 |
Group / Artifact | Type | Version |
---|---|---|
javax.ws.rs : javax.ws.rs-api | jar | 2.1.1 |
org.springframework.security : spring-security-core Optional | jar | 5.5.2 |
Group / Artifact | Type | Version |
---|---|---|
com.github.chhorz : oas-generator-common | test-jar | 0.2.5 |
org.junit.jupiter : junit-jupiter | jar | 5.8.0 |
org.assertj : assertj-core | jar | 3.21.0 |