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