License |
License |
---|---|
GroupId | GroupIdcom.github.chhorz |
ArtifactId | ArtifactIdoas-generator-spi |
Version | Version0.2.5 |
Type | Typepom |
Description |
DescriptionOAS Generator :: SPI
Java annotation processor for generating open api specification based on java annotations.
|
Filename | Size |
---|---|
oas-generator-spi-0.2.5.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chhorz/oas-generator-spi/ -->
<dependency>
<groupId>com.github.chhorz</groupId>
<artifactId>oas-generator-spi</artifactId>
<version>0.2.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chhorz/oas-generator-spi/
implementation 'com.github.chhorz:oas-generator-spi:0.2.5'
// https://jarcasting.com/artifacts/com.github.chhorz/oas-generator-spi/
implementation ("com.github.chhorz:oas-generator-spi:0.2.5")
'com.github.chhorz:oas-generator-spi:pom:0.2.5'
<dependency org="com.github.chhorz" name="oas-generator-spi" rev="0.2.5">
<artifact name="oas-generator-spi" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.chhorz', module='oas-generator-spi', version='0.2.5')
)
libraryDependencies += "com.github.chhorz" % "oas-generator-spi" % "0.2.5"
[com.github.chhorz/oas-generator-spi "0.2.5"]