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