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