GroupId | GroupIdcom.mservicetech |
---|---|
ArtifactId | ArtifactIdopenapi-schema-validation |
Version | Version1.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.mservicetech/openapi-schema-validation/ -->
<dependency>
<groupId>com.mservicetech</groupId>
<artifactId>openapi-schema-validation</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.mservicetech/openapi-schema-validation/
implementation 'com.mservicetech:openapi-schema-validation:1.0.2'
// https://jarcasting.com/artifacts/com.mservicetech/openapi-schema-validation/
implementation ("com.mservicetech:openapi-schema-validation:1.0.2")
'com.mservicetech:openapi-schema-validation:jar:1.0.2'
<dependency org="com.mservicetech" name="openapi-schema-validation" rev="1.0.2">
<artifact name="openapi-schema-validation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mservicetech', module='openapi-schema-validation', version='1.0.2')
)
libraryDependencies += "com.mservicetech" % "openapi-schema-validation" % "1.0.2"
[com.mservicetech/openapi-schema-validation "1.0.2"]