is not current version
Last Version 1.0.29

com.butor:butor-sso 0.0.1

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 is the SSO module.

GroupId

GroupId

com.butor
ArtifactId

ArtifactId

butor-sso
Version

Version

0.0.1
Type

Type

jar

Download butor-sso 0.0.1


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