is not current version
Last Version 0.4.24

com.here.account:here-oauth-client 0.4.10

here-oauth-client is for clients of the HERE AAA, and supports OAuth2.0 grant_types=client_credentials

Categories

Categories

CLI User Interface
GroupId

GroupId

com.here.account
ArtifactId

ArtifactId

here-oauth-client
Version

Version

0.4.10
Type

Type

jar

Download here-oauth-client 0.4.10


<!-- https://jarcasting.com/artifacts/com.here.account/here-oauth-client/ -->
<dependency>
    <groupId>com.here.account</groupId>
    <artifactId>here-oauth-client</artifactId>
    <version>0.4.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.here.account/here-oauth-client/
implementation 'com.here.account:here-oauth-client:0.4.10'
// https://jarcasting.com/artifacts/com.here.account/here-oauth-client/
implementation ("com.here.account:here-oauth-client:0.4.10")
'com.here.account:here-oauth-client:jar:0.4.10'
<dependency org="com.here.account" name="here-oauth-client" rev="0.4.10">
  <artifact name="here-oauth-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.here.account', module='here-oauth-client', version='0.4.10')
)
libraryDependencies += "com.here.account" % "here-oauth-client" % "0.4.10"
[com.here.account/here-oauth-client "0.4.10"]