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