Categories |
Categoriesspringdoc-openapi Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.springdoc |
ArtifactId | ArtifactIdspringdoc-openapi-webmvc-core |
Version | Version1.5.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.springdoc/springdoc-openapi-webmvc-core/ -->
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-webmvc-core</artifactId>
<version>1.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.springdoc/springdoc-openapi-webmvc-core/
implementation 'org.springdoc:springdoc-openapi-webmvc-core:1.5.5'
// https://jarcasting.com/artifacts/org.springdoc/springdoc-openapi-webmvc-core/
implementation ("org.springdoc:springdoc-openapi-webmvc-core:1.5.5")
'org.springdoc:springdoc-openapi-webmvc-core:jar:1.5.5'
<dependency org="org.springdoc" name="springdoc-openapi-webmvc-core" rev="1.5.5">
<artifact name="springdoc-openapi-webmvc-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springdoc', module='springdoc-openapi-webmvc-core', version='1.5.5')
)
libraryDependencies += "org.springdoc" % "springdoc-openapi-webmvc-core" % "1.5.5"
[org.springdoc/springdoc-openapi-webmvc-core "1.5.5"]