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