Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdio.easyspring.security |
ArtifactId | ArtifactIdspring-social-core |
Version | Version1.0.1-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.easyspring.security/spring-social-core/ -->
<dependency>
<groupId>io.easyspring.security</groupId>
<artifactId>spring-social-core</artifactId>
<version>1.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.easyspring.security/spring-social-core/
implementation 'io.easyspring.security:spring-social-core:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/io.easyspring.security/spring-social-core/
implementation ("io.easyspring.security:spring-social-core:1.0.1-RELEASE")
'io.easyspring.security:spring-social-core:jar:1.0.1-RELEASE'
<dependency org="io.easyspring.security" name="spring-social-core" rev="1.0.1-RELEASE">
<artifact name="spring-social-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.easyspring.security', module='spring-social-core', version='1.0.1-RELEASE')
)
libraryDependencies += "io.easyspring.security" % "spring-social-core" % "1.0.1-RELEASE"
[io.easyspring.security/spring-social-core "1.0.1-RELEASE"]