| Лицензия |
Лицензия |
|---|---|
| Группа | Группаbiz.aQute |
| Идентификатор | Идентификаторbiz.aQute.openapi.example.petstore |
| Последняя версия | Последняя версия1.8.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеbiz.aQute.openapi.example.petstore
biz.aQute.openapi.example.petstore
|
| Организация-разработчик |
Организация-разработчикaQute SARL |
| Система контроля версий |
Система контроля версий |
<!-- 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.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/biz.aQute/biz.aQute.openapi.example.petstore/
implementation 'biz.aQute:biz.aQute.openapi.example.petstore:1.8.0'
// https://jarcasting.com/artifacts/biz.aQute/biz.aQute.openapi.example.petstore/
implementation ("biz.aQute:biz.aQute.openapi.example.petstore:1.8.0")
'biz.aQute:biz.aQute.openapi.example.petstore:jar:1.8.0'
<dependency org="biz.aQute" name="biz.aQute.openapi.example.petstore" rev="1.8.0">
<artifact name="biz.aQute.openapi.example.petstore" type="jar" />
</dependency>
@Grapes(
@Grab(group='biz.aQute', module='biz.aQute.openapi.example.petstore', version='1.8.0')
)
libraryDependencies += "biz.aQute" % "biz.aQute.openapi.example.petstore" % "1.8.0"
[biz.aQute/biz.aQute.openapi.example.petstore "1.8.0"]