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