GroupId | GroupIdorg.brickred |
---|---|
ArtifactId | ArtifactIdsocialauth |
Version | Version1.2-beta1 |
Type | Typejar |
Filename | Size |
---|---|
socialauth-1.2-beta1.pom | |
socialauth-1.2-beta1.jar | 99 KB |
socialauth-1.2-beta1-sources.jar | 88 KB |
socialauth-1.2-beta1-javadoc.jar | 232 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.brickred/socialauth/ -->
<dependency>
<groupId>org.brickred</groupId>
<artifactId>socialauth</artifactId>
<version>1.2-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/org.brickred/socialauth/
implementation 'org.brickred:socialauth:1.2-beta1'
// https://jarcasting.com/artifacts/org.brickred/socialauth/
implementation ("org.brickred:socialauth:1.2-beta1")
'org.brickred:socialauth:jar:1.2-beta1'
<dependency org="org.brickred" name="socialauth" rev="1.2-beta1">
<artifact name="socialauth" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.brickred', module='socialauth', version='1.2-beta1')
)
libraryDependencies += "org.brickred" % "socialauth" % "1.2-beta1"
[org.brickred/socialauth "1.2-beta1"]