Categories |
CategoriesH2 Data Databases OAuth2 Security |
---|---|
GroupId | GroupIdorg.zalando.stups |
ArtifactId | ArtifactIdstups-spring-oauth2-server |
Version | Version1.0.12 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.zalando.stups/stups-spring-oauth2-server/ -->
<dependency>
<groupId>org.zalando.stups</groupId>
<artifactId>stups-spring-oauth2-server</artifactId>
<version>1.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.zalando.stups/stups-spring-oauth2-server/
implementation 'org.zalando.stups:stups-spring-oauth2-server:1.0.12'
// https://jarcasting.com/artifacts/org.zalando.stups/stups-spring-oauth2-server/
implementation ("org.zalando.stups:stups-spring-oauth2-server:1.0.12")
'org.zalando.stups:stups-spring-oauth2-server:jar:1.0.12'
<dependency org="org.zalando.stups" name="stups-spring-oauth2-server" rev="1.0.12">
<artifact name="stups-spring-oauth2-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zalando.stups', module='stups-spring-oauth2-server', version='1.0.12')
)
libraryDependencies += "org.zalando.stups" % "stups-spring-oauth2-server" % "1.0.12"
[org.zalando.stups/stups-spring-oauth2-server "1.0.12"]