GroupId | GroupIdcom.github.jrcodeza |
---|---|
ArtifactId | ArtifactIdspring-openapi-schema-generator |
Version | Version1.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.jrcodeza/spring-openapi-schema-generator/ -->
<dependency>
<groupId>com.github.jrcodeza</groupId>
<artifactId>spring-openapi-schema-generator</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jrcodeza/spring-openapi-schema-generator/
implementation 'com.github.jrcodeza:spring-openapi-schema-generator:1.1.2'
// https://jarcasting.com/artifacts/com.github.jrcodeza/spring-openapi-schema-generator/
implementation ("com.github.jrcodeza:spring-openapi-schema-generator:1.1.2")
'com.github.jrcodeza:spring-openapi-schema-generator:jar:1.1.2'
<dependency org="com.github.jrcodeza" name="spring-openapi-schema-generator" rev="1.1.2">
<artifact name="spring-openapi-schema-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jrcodeza', module='spring-openapi-schema-generator', version='1.1.2')
)
libraryDependencies += "com.github.jrcodeza" % "spring-openapi-schema-generator" % "1.1.2"
[com.github.jrcodeza/spring-openapi-schema-generator "1.1.2"]