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