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