s

smallmind-sso

SSO Providers And Clients
Files download
File Operation
smallmind-sso-5.5.0.pom download
Apache Maven
<dependency>
  <groupId>org.smallmind</groupId>
  <artifactId>smallmind-sso</artifactId>
  <version>5.5.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.smallmind:smallmind-sso:5.5.0'
Gradle Kotlin
implementation("org.smallmind:smallmind-sso:5.5.0")
Scala SBT
libraryDependencies += "org.smallmind" % "smallmind-sso" % "5.5.0"
Groovy Grape
@Grapes(
  @Grab(group='org.smallmind', module='smallmind-sso', version='5.5.0')
)
Apache Ivy
<dependency org="org.smallmind" name="smallmind-sso" rev="5.5.0" />
Leiningen
[org.smallmind/smallmind-sso "5.5.0"]
Apache Buildr
'org.smallmind:smallmind-sso:jar:5.5.0'