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