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