Categories |
CategoriesH2 Data Databases OAuth2 Security |
---|---|
GroupId | GroupIdcom.sequencing |
ArtifactId | ArtifactIdoauth2-core |
Version | Version1.7 |
Type | Typejar |
Filename | Size |
---|---|
oauth2-core-1.7.pom | |
oauth2-core-1.7.jar | 20 KB |
oauth2-core-1.7-sources.jar | 10 KB |
oauth2-core-1.7-javadoc.jar | 97 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sequencing/oauth2-core/ -->
<dependency>
<groupId>com.sequencing</groupId>
<artifactId>oauth2-core</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.sequencing/oauth2-core/
implementation 'com.sequencing:oauth2-core:1.7'
// https://jarcasting.com/artifacts/com.sequencing/oauth2-core/
implementation ("com.sequencing:oauth2-core:1.7")
'com.sequencing:oauth2-core:jar:1.7'
<dependency org="com.sequencing" name="oauth2-core" rev="1.7">
<artifact name="oauth2-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sequencing', module='oauth2-core', version='1.7')
)
libraryDependencies += "com.sequencing" % "oauth2-core" % "1.7"
[com.sequencing/oauth2-core "1.7"]