| GroupId | GroupIdorg.brickred |
|---|---|
| ArtifactId | ArtifactIdsocialauth |
| Version | Version2.0-beta2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| socialauth-2.0-beta2.pom | |
| socialauth-2.0-beta2.jar | 115 KB |
| socialauth-2.0-beta2-sources.jar | 101 KB |
| socialauth-2.0-beta2-javadoc.jar | 273 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.brickred/socialauth/ -->
<dependency>
<groupId>org.brickred</groupId>
<artifactId>socialauth</artifactId>
<version>2.0-beta2</version>
</dependency>
// https://jarcasting.com/artifacts/org.brickred/socialauth/
implementation 'org.brickred:socialauth:2.0-beta2'
// https://jarcasting.com/artifacts/org.brickred/socialauth/
implementation ("org.brickred:socialauth:2.0-beta2")
'org.brickred:socialauth:jar:2.0-beta2'
<dependency org="org.brickred" name="socialauth" rev="2.0-beta2">
<artifact name="socialauth" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.brickred', module='socialauth', version='2.0-beta2')
)
libraryDependencies += "org.brickred" % "socialauth" % "2.0-beta2"
[org.brickred/socialauth "2.0-beta2"]