is not current version
Last Version 1.9

com.sequencing:oauth2-core 1.2

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.2
Type

Type

jar

Download oauth2-core 1.2


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