GroupId | GroupIdcom.github.chhorz |
---|---|
ArtifactId | ArtifactIdoas-generator-common |
Version | Version0.1.0.RC2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.chhorz/oas-generator-common/ -->
<dependency>
<groupId>com.github.chhorz</groupId>
<artifactId>oas-generator-common</artifactId>
<version>0.1.0.RC2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chhorz/oas-generator-common/
implementation 'com.github.chhorz:oas-generator-common:0.1.0.RC2'
// https://jarcasting.com/artifacts/com.github.chhorz/oas-generator-common/
implementation ("com.github.chhorz:oas-generator-common:0.1.0.RC2")
'com.github.chhorz:oas-generator-common:jar:0.1.0.RC2'
<dependency org="com.github.chhorz" name="oas-generator-common" rev="0.1.0.RC2">
<artifact name="oas-generator-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chhorz', module='oas-generator-common', version='0.1.0.RC2')
)
libraryDependencies += "com.github.chhorz" % "oas-generator-common" % "0.1.0.RC2"
[com.github.chhorz/oas-generator-common "0.1.0.RC2"]