| License | License | 
|---|---|
| Categories | CategoriesH2 Data Databases OAuth2 Security | 
| GroupId | GroupIdbiz.aQute | 
| ArtifactId | ArtifactIdbiz.aQute.openapi.oauth2.example | 
| Last Version | Last Version1.8.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionbiz.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. | 
| Project Organization | Project OrganizationaQute SARL | 
| Source Code Management | Source Code Management | 
<!-- 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"]