| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииH2 Данные Базы данных OAuth2 Безопасность |
| Группа | Группаbiz.aQute |
| Идентификатор | Идентификаторbiz.aQute.openapi.oauth2.example |
| Последняя версия | Последняя версия1.8.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеbiz.aQute.openapi.oauth2.example
This is the bundle. It carries the configuration for an application and provides some basic very much application specific stuff. It provides a button that calls a REST function that turns a text into upper case.
|
| Организация-разработчик |
Организация-разработчикaQute SARL |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/biz.aQute/biz.aQute.openapi.oauth2.example/ -->
<dependency>
<groupId>biz.aQute</groupId>
<artifactId>biz.aQute.openapi.oauth2.example</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/biz.aQute/biz.aQute.openapi.oauth2.example/
implementation 'biz.aQute:biz.aQute.openapi.oauth2.example:1.8.0'
// https://jarcasting.com/artifacts/biz.aQute/biz.aQute.openapi.oauth2.example/
implementation ("biz.aQute:biz.aQute.openapi.oauth2.example:1.8.0")
'biz.aQute:biz.aQute.openapi.oauth2.example:jar:1.8.0'
<dependency org="biz.aQute" name="biz.aQute.openapi.oauth2.example" rev="1.8.0">
<artifact name="biz.aQute.openapi.oauth2.example" type="jar" />
</dependency>
@Grapes(
@Grab(group='biz.aQute', module='biz.aQute.openapi.oauth2.example', version='1.8.0')
)
libraryDependencies += "biz.aQute" % "biz.aQute.openapi.oauth2.example" % "1.8.0"
[biz.aQute/biz.aQute.openapi.oauth2.example "1.8.0"]