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