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