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