is not current version
Last Version 1.0.29

com.butor:butor-sso-oauth2 1.0.6

Butor Framework is a framework that enables fast and easy creation of HTTP services. (asynchronous and synchronous). It consists of several modules for different layers, such as data access, services, JSON serialization and test utilities. It sits on top of popular and proven libraries such as Google Guava and Spring. The project is released under APL 2.0 This project contains the OAuth 2 filter to be included in webapps that needs to validate an OAuth 2 token

Categories

Categories

H2 Data Databases OAuth2 Security
GroupId

GroupId

com.butor
ArtifactId

ArtifactId

butor-sso-oauth2
Version

Version

1.0.6
Type

Type

jar

Download butor-sso-oauth2 1.0.6


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