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