s

smartcosmos-auth-server

SMART COSMOS Authorization Server handles authentication throughout the microservice fleet
Files download
File Operation
smartcosmos-auth-server-3.0.2.jar download
smartcosmos-auth-server-3.0.2.pom download
smartcosmos-auth-server-3.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>net.smartcosmos</groupId>
  <artifactId>smartcosmos-auth-server</artifactId>
  <version>3.0.2</version>
</dependency>
Gradle Groovy
implementation 'net.smartcosmos:smartcosmos-auth-server:3.0.2'
Gradle Kotlin
implementation("net.smartcosmos:smartcosmos-auth-server:3.0.2")
Scala SBT
libraryDependencies += "net.smartcosmos" % "smartcosmos-auth-server" % "3.0.2"
Groovy Grape
@Grapes(
  @Grab(group='net.smartcosmos', module='smartcosmos-auth-server', version='3.0.2')
)
Apache Ivy
<dependency org="net.smartcosmos" name="smartcosmos-auth-server" rev="3.0.2" />
Leiningen
[net.smartcosmos/smartcosmos-auth-server "3.0.2"]
Apache Buildr
'net.smartcosmos:smartcosmos-auth-server:jar:3.0.2'