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