<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-kotlin-webmvc-tests</artifactId>
<version>2.7.0-RC1</version>
</dependency>
libraryDependencies += "org.springdoc" % "springdoc-openapi-kotlin-webmvc-tests" % "2.7.0-RC1"
@Grapes(
@Grab(group='org.springdoc', module='springdoc-openapi-kotlin-webmvc-tests', version='2.7.0-RC1')
)
<dependency org="org.springdoc" name="springdoc-openapi-kotlin-webmvc-tests" rev="2.7.0-RC1" />
<parent> <groupId>org.springdoc</groupId> <artifactId>springdoc-openapi-tests</artifactId> <version>2.7.0-RC1</version> </parent>
test
|-- com.fasterxml.jackson.module:jackson-module-kotlin
|-- org.springdoc:springdoc-openapi-starter-webmvc-api
|-- org.jetbrains.kotlin:kotlin-stdlib-jdk8