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