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