GroupId | GroupIdio.github.cdimascio |
---|---|
ArtifactId | ArtifactIdopenapi-spring-webflux-validator |
Version | Version2.1.1 |
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>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.cdimascio/openapi-spring-webflux-validator/
implementation 'io.github.cdimascio:openapi-spring-webflux-validator:2.1.1'
// https://jarcasting.com/artifacts/io.github.cdimascio/openapi-spring-webflux-validator/
implementation ("io.github.cdimascio:openapi-spring-webflux-validator:2.1.1")
'io.github.cdimascio:openapi-spring-webflux-validator:jar:2.1.1'
<dependency org="io.github.cdimascio" name="openapi-spring-webflux-validator" rev="2.1.1">
<artifact name="openapi-spring-webflux-validator" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.cdimascio', module='openapi-spring-webflux-validator', version='2.1.1')
)
libraryDependencies += "io.github.cdimascio" % "openapi-spring-webflux-validator" % "2.1.1"
[io.github.cdimascio/openapi-spring-webflux-validator "2.1.1"]