GroupId | GroupIdcom.github.jrcodeza |
---|---|
ArtifactId | ArtifactIdspring-openapi |
Version | Version1.4.1 |
Type | Typepom |
Filename | Size |
---|---|
spring-openapi-1.4.1.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jrcodeza/spring-openapi/ -->
<dependency>
<groupId>com.github.jrcodeza</groupId>
<artifactId>spring-openapi</artifactId>
<version>1.4.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jrcodeza/spring-openapi/
implementation 'com.github.jrcodeza:spring-openapi:1.4.1'
// https://jarcasting.com/artifacts/com.github.jrcodeza/spring-openapi/
implementation ("com.github.jrcodeza:spring-openapi:1.4.1")
'com.github.jrcodeza:spring-openapi:pom:1.4.1'
<dependency org="com.github.jrcodeza" name="spring-openapi" rev="1.4.1">
<artifact name="spring-openapi" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jrcodeza', module='spring-openapi', version='1.4.1')
)
libraryDependencies += "com.github.jrcodeza" % "spring-openapi" % "1.4.1"
[com.github.jrcodeza/spring-openapi "1.4.1"]