GroupId | GroupIdcom.github.chhorz |
---|---|
ArtifactId | ArtifactIdoas-generator |
Version | Version0.2.0-RC.2 |
Type | Typepom |
Filename | Size |
---|---|
oas-generator-0.2.0-RC.2.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chhorz/oas-generator/ -->
<dependency>
<groupId>com.github.chhorz</groupId>
<artifactId>oas-generator</artifactId>
<version>0.2.0-RC.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chhorz/oas-generator/
implementation 'com.github.chhorz:oas-generator:0.2.0-RC.2'
// https://jarcasting.com/artifacts/com.github.chhorz/oas-generator/
implementation ("com.github.chhorz:oas-generator:0.2.0-RC.2")
'com.github.chhorz:oas-generator:pom:0.2.0-RC.2'
<dependency org="com.github.chhorz" name="oas-generator" rev="0.2.0-RC.2">
<artifact name="oas-generator" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.chhorz', module='oas-generator', version='0.2.0-RC.2')
)
libraryDependencies += "com.github.chhorz" % "oas-generator" % "0.2.0-RC.2"
[com.github.chhorz/oas-generator "0.2.0-RC.2"]