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