Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdorg.openapitools.openapidiff |
ArtifactId | ArtifactIdopenapi-diff-maven-example |
Version | Version2.0.0-beta.14 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.openapitools.openapidiff/openapi-diff-maven-example/ -->
<dependency>
<groupId>org.openapitools.openapidiff</groupId>
<artifactId>openapi-diff-maven-example</artifactId>
<version>2.0.0-beta.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.openapitools.openapidiff/openapi-diff-maven-example/
implementation 'org.openapitools.openapidiff:openapi-diff-maven-example:2.0.0-beta.14'
// https://jarcasting.com/artifacts/org.openapitools.openapidiff/openapi-diff-maven-example/
implementation ("org.openapitools.openapidiff:openapi-diff-maven-example:2.0.0-beta.14")
'org.openapitools.openapidiff:openapi-diff-maven-example:jar:2.0.0-beta.14'
<dependency org="org.openapitools.openapidiff" name="openapi-diff-maven-example" rev="2.0.0-beta.14">
<artifact name="openapi-diff-maven-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openapitools.openapidiff', module='openapi-diff-maven-example', version='2.0.0-beta.14')
)
libraryDependencies += "org.openapitools.openapidiff" % "openapi-diff-maven-example" % "2.0.0-beta.14"
[org.openapitools.openapidiff/openapi-diff-maven-example "2.0.0-beta.14"]