is not current version
Last Version 1.8.0

biz.aQute:biz.aQute.openapi.oauth2.example 1.3.0

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.

Categories

Categories

H2 Data Databases OAuth2 Security
GroupId

GroupId

biz.aQute
ArtifactId

ArtifactId

biz.aQute.openapi.oauth2.example
Version

Version

1.3.0
Type

Type

jar

Download biz.aQute.openapi.oauth2.example 1.3.0


<!-- 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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/biz.aQute/biz.aQute.openapi.oauth2.example/
implementation 'biz.aQute:biz.aQute.openapi.oauth2.example:1.3.0'
// https://jarcasting.com/artifacts/biz.aQute/biz.aQute.openapi.oauth2.example/
implementation ("biz.aQute:biz.aQute.openapi.oauth2.example:1.3.0")
'biz.aQute:biz.aQute.openapi.oauth2.example:jar:1.3.0'
<dependency org="biz.aQute" name="biz.aQute.openapi.oauth2.example" rev="1.3.0">
  <artifact name="biz.aQute.openapi.oauth2.example" type="jar" />
</dependency>
@Grapes(
@Grab(group='biz.aQute', module='biz.aQute.openapi.oauth2.example', version='1.3.0')
)
libraryDependencies += "biz.aQute" % "biz.aQute.openapi.oauth2.example" % "1.3.0"
[biz.aQute/biz.aQute.openapi.oauth2.example "1.3.0"]