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