GroupId | GroupIdio.github.cdimascio |
---|---|
ArtifactId | ArtifactIdopenapi-spring-webflux-validator |
Version | Version3.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.cdimascio/openapi-spring-webflux-validator/ -->
<dependency>
<groupId>io.github.cdimascio</groupId>
<artifactId>openapi-spring-webflux-validator</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.cdimascio/openapi-spring-webflux-validator/
implementation 'io.github.cdimascio:openapi-spring-webflux-validator:3.1.0'
// https://jarcasting.com/artifacts/io.github.cdimascio/openapi-spring-webflux-validator/
implementation ("io.github.cdimascio:openapi-spring-webflux-validator:3.1.0")
'io.github.cdimascio:openapi-spring-webflux-validator:jar:3.1.0'
<dependency org="io.github.cdimascio" name="openapi-spring-webflux-validator" rev="3.1.0">
<artifact name="openapi-spring-webflux-validator" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.cdimascio', module='openapi-spring-webflux-validator', version='3.1.0')
)
libraryDependencies += "io.github.cdimascio" % "openapi-spring-webflux-validator" % "3.1.0"
[io.github.cdimascio/openapi-spring-webflux-validator "3.1.0"]