GroupId | GroupIdcom.github.chhorz |
---|---|
ArtifactId | ArtifactIdoas-generator-spi |
Version | Version0.2.2 |
Type | Typepom |
Filename | Size |
---|---|
oas-generator-spi-0.2.2.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.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chhorz/oas-generator-spi/
implementation 'com.github.chhorz:oas-generator-spi:0.2.2'
// https://jarcasting.com/artifacts/com.github.chhorz/oas-generator-spi/
implementation ("com.github.chhorz:oas-generator-spi:0.2.2")
'com.github.chhorz:oas-generator-spi:pom:0.2.2'
<dependency org="com.github.chhorz" name="oas-generator-spi" rev="0.2.2">
<artifact name="oas-generator-spi" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.chhorz', module='oas-generator-spi', version='0.2.2')
)
libraryDependencies += "com.github.chhorz" % "oas-generator-spi" % "0.2.2"
[com.github.chhorz/oas-generator-spi "0.2.2"]