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