is not current version
Last Version 1.8.0

biz.aQute:biz.aQute.openapi.example.petstore 1.0.0

biz.aQute.openapi.example.petstore

GroupId

GroupId

biz.aQute
ArtifactId

ArtifactId

biz.aQute.openapi.example.petstore
Version

Version

1.0.0
Type

Type

jar

Download biz.aQute.openapi.example.petstore 1.0.0


<!-- https://jarcasting.com/artifacts/biz.aQute/biz.aQute.openapi.example.petstore/ -->
<dependency>
    <groupId>biz.aQute</groupId>
    <artifactId>biz.aQute.openapi.example.petstore</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/biz.aQute/biz.aQute.openapi.example.petstore/
implementation 'biz.aQute:biz.aQute.openapi.example.petstore:1.0.0'
// https://jarcasting.com/artifacts/biz.aQute/biz.aQute.openapi.example.petstore/
implementation ("biz.aQute:biz.aQute.openapi.example.petstore:1.0.0")
'biz.aQute:biz.aQute.openapi.example.petstore:jar:1.0.0'
<dependency org="biz.aQute" name="biz.aQute.openapi.example.petstore" rev="1.0.0">
  <artifact name="biz.aQute.openapi.example.petstore" type="jar" />
</dependency>
@Grapes(
@Grab(group='biz.aQute', module='biz.aQute.openapi.example.petstore', version='1.0.0')
)
libraryDependencies += "biz.aQute" % "biz.aQute.openapi.example.petstore" % "1.0.0"
[biz.aQute/biz.aQute.openapi.example.petstore "1.0.0"]