GroupId | GroupIdcom.github.jrcodeza |
---|---|
ArtifactId | ArtifactIdspring-openapi-schema-generator |
Version | Version1.0.1 |
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.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jrcodeza/spring-openapi-schema-generator/
implementation 'com.github.jrcodeza:spring-openapi-schema-generator:1.0.1'
// https://jarcasting.com/artifacts/com.github.jrcodeza/spring-openapi-schema-generator/
implementation ("com.github.jrcodeza:spring-openapi-schema-generator:1.0.1")
'com.github.jrcodeza:spring-openapi-schema-generator:jar:1.0.1'
<dependency org="com.github.jrcodeza" name="spring-openapi-schema-generator" rev="1.0.1">
<artifact name="spring-openapi-schema-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jrcodeza', module='spring-openapi-schema-generator', version='1.0.1')
)
libraryDependencies += "com.github.jrcodeza" % "spring-openapi-schema-generator" % "1.0.1"
[com.github.jrcodeza/spring-openapi-schema-generator "1.0.1"]