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