| License |
License |
|---|---|
| Categories |
CategoriesH2 Data Databases OAuth2 Security |
| GroupId | GroupIdcom.sequencing |
| ArtifactId | ArtifactIdoauth2-core |
| Last Version | Last Version1.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSequencing oAuth API
Module provides API access to sequencing.com backend
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| oauth2-core-1.9.pom | |
| oauth2-core-1.9.jar | 19 KB |
| oauth2-core-1.9-sources.jar | 10 KB |
| oauth2-core-1.9-javadoc.jar | 95 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sequencing/oauth2-core/ -->
<dependency>
<groupId>com.sequencing</groupId>
<artifactId>oauth2-core</artifactId>
<version>1.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.sequencing/oauth2-core/
implementation 'com.sequencing:oauth2-core:1.9'
// https://jarcasting.com/artifacts/com.sequencing/oauth2-core/
implementation ("com.sequencing:oauth2-core:1.9")
'com.sequencing:oauth2-core:jar:1.9'
<dependency org="com.sequencing" name="oauth2-core" rev="1.9">
<artifact name="oauth2-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sequencing', module='oauth2-core', version='1.9')
)
libraryDependencies += "com.sequencing" % "oauth2-core" % "1.9"
[com.sequencing/oauth2-core "1.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.4.1 |
| com.google.code.gson : gson | jar | 2.5 |
| org.slf4j : slf4j-api | jar | 1.7.18 |