Categories |
CategoriesH2 Data Databases OAuth2 Security |
---|---|
GroupId | GroupIdorg.dmfs |
ArtifactId | ArtifactIdoauth2-essentials |
Version | Version0.15 |
Type | Typejar |
Filename | Size |
---|---|
oauth2-essentials-0.15.pom | |
oauth2-essentials-0.15.jar | 57 KB |
oauth2-essentials-0.15-sources.jar | 49 KB |
oauth2-essentials-0.15-javadoc.jar | 189 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dmfs/oauth2-essentials/ -->
<dependency>
<groupId>org.dmfs</groupId>
<artifactId>oauth2-essentials</artifactId>
<version>0.15</version>
</dependency>
// https://jarcasting.com/artifacts/org.dmfs/oauth2-essentials/
implementation 'org.dmfs:oauth2-essentials:0.15'
// https://jarcasting.com/artifacts/org.dmfs/oauth2-essentials/
implementation ("org.dmfs:oauth2-essentials:0.15")
'org.dmfs:oauth2-essentials:jar:0.15'
<dependency org="org.dmfs" name="oauth2-essentials" rev="0.15">
<artifact name="oauth2-essentials" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dmfs', module='oauth2-essentials', version='0.15')
)
libraryDependencies += "org.dmfs" % "oauth2-essentials" % "0.15"
[org.dmfs/oauth2-essentials "0.15"]