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