Google Oauth 2.0 for Scala
google-ouath4s is effectful API for Google OAuth 2.0 flows for Scala.
Please proceed to the microsite for more information.
License |
License |
---|---|
GroupId | GroupIdio.github.jkobejs |
ArtifactId | ArtifactIdgoogle-oauth4s_2.12 |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongoogle-oauth4s
google-oauth4s
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.github.jkobejs/google-oauth4s_2.12/ -->
<dependency>
<groupId>io.github.jkobejs</groupId>
<artifactId>google-oauth4s_2.12</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jkobejs/google-oauth4s_2.12/
implementation 'io.github.jkobejs:google-oauth4s_2.12:0.0.1'
// https://jarcasting.com/artifacts/io.github.jkobejs/google-oauth4s_2.12/
implementation ("io.github.jkobejs:google-oauth4s_2.12:0.0.1")
'io.github.jkobejs:google-oauth4s_2.12:jar:0.0.1'
<dependency org="io.github.jkobejs" name="google-oauth4s_2.12" rev="0.0.1">
<artifact name="google-oauth4s_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jkobejs', module='google-oauth4s_2.12', version='0.0.1')
)
libraryDependencies += "io.github.jkobejs" % "google-oauth4s_2.12" % "0.0.1"
[io.github.jkobejs/google-oauth4s_2.12 "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.8 |
org.scalameta : mdoc_2.12 | jar | 1.2.10 |
io.github.jmcardon : tsec-common_2.12 | jar | 0.1.0 |
io.github.jmcardon : tsec-jwt-sig_2.12 | jar | 0.1.0 |
org.http4s : http4s-blaze-client_2.12 | jar | 0.20.3 |
org.http4s : http4s-circe_2.12 | jar | 0.20.3 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.12 | jar | 3.0.7 |
com.github.tomakehurst : wiremock | jar | 2.18.0 |
google-ouath4s is effectful API for Google OAuth 2.0 flows for Scala.
Please proceed to the microsite for more information.