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