is not current version
Last Version 3.0-RC2

io.github.irevive:securesocial_2.12 3.0-RC1

An authentication module for Play Framework applications supporting OAuth, OAuth2, OpenID, Username/Password and custom authentication schemes.

GroupId

GroupId

io.github.irevive
ArtifactId

ArtifactId

securesocial_2.12
Version

Version

3.0-RC1
Type

Type

jar

Download securesocial_2.12 3.0-RC1


<!-- https://jarcasting.com/artifacts/io.github.irevive/securesocial_2.12/ -->
<dependency>
    <groupId>io.github.irevive</groupId>
    <artifactId>securesocial_2.12</artifactId>
    <version>3.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.irevive/securesocial_2.12/
implementation 'io.github.irevive:securesocial_2.12:3.0-RC1'
// https://jarcasting.com/artifacts/io.github.irevive/securesocial_2.12/
implementation ("io.github.irevive:securesocial_2.12:3.0-RC1")
'io.github.irevive:securesocial_2.12:jar:3.0-RC1'
<dependency org="io.github.irevive" name="securesocial_2.12" rev="3.0-RC1">
  <artifact name="securesocial_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.irevive', module='securesocial_2.12', version='3.0-RC1')
)
libraryDependencies += "io.github.irevive" % "securesocial_2.12" % "3.0-RC1"
[io.github.irevive/securesocial_2.12 "3.0-RC1"]