is not current version
Last Version 1.9

com.sequencing:oauth2-core 1.3

Module provides API access to sequencing.com backend

Categories

Categories

H2 Data Databases OAuth2 Security
GroupId

GroupId

com.sequencing
ArtifactId

ArtifactId

oauth2-core
Version

Version

1.3
Type

Type

jar

Download oauth2-core 1.3


<!-- https://jarcasting.com/artifacts/com.sequencing/oauth2-core/ -->
<dependency>
    <groupId>com.sequencing</groupId>
    <artifactId>oauth2-core</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.sequencing/oauth2-core/
implementation 'com.sequencing:oauth2-core:1.3'
// https://jarcasting.com/artifacts/com.sequencing/oauth2-core/
implementation ("com.sequencing:oauth2-core:1.3")
'com.sequencing:oauth2-core:jar:1.3'
<dependency org="com.sequencing" name="oauth2-core" rev="1.3">
  <artifact name="oauth2-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sequencing', module='oauth2-core', version='1.3')
)
libraryDependencies += "com.sequencing" % "oauth2-core" % "1.3"
[com.sequencing/oauth2-core "1.3"]