GroupId | GroupIdde.adorsys.oauth |
---|---|
ArtifactId | ArtifactIdoauth-server |
Version | Version0.13 |
Type | Typejar |
Filename | Size |
---|---|
oauth-server-0.13.pom | |
oauth-server-0.13.jar | 36 KB |
oauth-server-0.13-sources.jar | 25 KB |
oauth-server-0.13-javadoc.jar | 110 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.adorsys.oauth/oauth-server/ -->
<dependency>
<groupId>de.adorsys.oauth</groupId>
<artifactId>oauth-server</artifactId>
<version>0.13</version>
</dependency>
// https://jarcasting.com/artifacts/de.adorsys.oauth/oauth-server/
implementation 'de.adorsys.oauth:oauth-server:0.13'
// https://jarcasting.com/artifacts/de.adorsys.oauth/oauth-server/
implementation ("de.adorsys.oauth:oauth-server:0.13")
'de.adorsys.oauth:oauth-server:jar:0.13'
<dependency org="de.adorsys.oauth" name="oauth-server" rev="0.13">
<artifact name="oauth-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.adorsys.oauth', module='oauth-server', version='0.13')
)
libraryDependencies += "de.adorsys.oauth" % "oauth-server" % "0.13"
[de.adorsys.oauth/oauth-server "0.13"]