Categories |
CategoriesH2 Data Databases OAuth2 Security |
---|---|
GroupId | GroupIdorg.entur.ror.helpers |
ArtifactId | ArtifactIdoauth2 |
Version | Version1.0.78 |
Type | Typejar |
Filename | Size |
---|---|
oauth2-1.0.78.pom | |
oauth2-1.0.78.jar | 18 KB |
oauth2-1.0.78-sources.jar | 11 KB |
oauth2-1.0.78-javadoc.jar | 431 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.entur.ror.helpers/oauth2/ -->
<dependency>
<groupId>org.entur.ror.helpers</groupId>
<artifactId>oauth2</artifactId>
<version>1.0.78</version>
</dependency>
// https://jarcasting.com/artifacts/org.entur.ror.helpers/oauth2/
implementation 'org.entur.ror.helpers:oauth2:1.0.78'
// https://jarcasting.com/artifacts/org.entur.ror.helpers/oauth2/
implementation ("org.entur.ror.helpers:oauth2:1.0.78")
'org.entur.ror.helpers:oauth2:jar:1.0.78'
<dependency org="org.entur.ror.helpers" name="oauth2" rev="1.0.78">
<artifact name="oauth2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.entur.ror.helpers', module='oauth2', version='1.0.78')
)
libraryDependencies += "org.entur.ror.helpers" % "oauth2" % "1.0.78"
[org.entur.ror.helpers/oauth2 "1.0.78"]