| GroupId | GroupIdat.molindo.social |
|---|---|
| ArtifactId | ArtifactIdspring-social-openid |
| Version | Version1.1.0.M4 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/at.molindo.social/spring-social-openid/ -->
<dependency>
<groupId>at.molindo.social</groupId>
<artifactId>spring-social-openid</artifactId>
<version>1.1.0.M4</version>
</dependency>
// https://jarcasting.com/artifacts/at.molindo.social/spring-social-openid/
implementation 'at.molindo.social:spring-social-openid:1.1.0.M4'
// https://jarcasting.com/artifacts/at.molindo.social/spring-social-openid/
implementation ("at.molindo.social:spring-social-openid:1.1.0.M4")
'at.molindo.social:spring-social-openid:jar:1.1.0.M4'
<dependency org="at.molindo.social" name="spring-social-openid" rev="1.1.0.M4">
<artifact name="spring-social-openid" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.molindo.social', module='spring-social-openid', version='1.1.0.M4')
)
libraryDependencies += "at.molindo.social" % "spring-social-openid" % "1.1.0.M4"
[at.molindo.social/spring-social-openid "1.1.0.M4"]