Categories |
CategoriesH2 Data Databases OAuth2 Security |
---|---|
GroupId | GroupIdbiz.aQute |
ArtifactId | ArtifactIdbiz.aQute.openapi.oauth2.example |
Version | Version1.4.0 |
Type | Typejar |
<!-- 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.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/biz.aQute/biz.aQute.openapi.oauth2.example/
implementation 'biz.aQute:biz.aQute.openapi.oauth2.example:1.4.0'
// https://jarcasting.com/artifacts/biz.aQute/biz.aQute.openapi.oauth2.example/
implementation ("biz.aQute:biz.aQute.openapi.oauth2.example:1.4.0")
'biz.aQute:biz.aQute.openapi.oauth2.example:jar:1.4.0'
<dependency org="biz.aQute" name="biz.aQute.openapi.oauth2.example" rev="1.4.0">
<artifact name="biz.aQute.openapi.oauth2.example" type="jar" />
</dependency>
@Grapes(
@Grab(group='biz.aQute', module='biz.aQute.openapi.oauth2.example', version='1.4.0')
)
libraryDependencies += "biz.aQute" % "biz.aQute.openapi.oauth2.example" % "1.4.0"
[biz.aQute/biz.aQute.openapi.oauth2.example "1.4.0"]