v

vlingo-auth

The reactive, scalable, and resilient authentication and authorization service for vlingo/platform components, and also suitable for hosted platform services and applications.
https://github.com/vlingo/vlingo-auth
Mozilla Public License 2.0
Vaughn Vernon Dmitry Ledentsov
Files download
File Operation
vlingo-auth-1.2.1.jar download
vlingo-auth-1.2.1.pom download
vlingo-auth-1.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.vlingo</groupId>
  <artifactId>vlingo-auth</artifactId>
  <version>1.2.1</version>
</dependency>
Gradle Groovy
implementation 'io.vlingo:vlingo-auth:1.2.1'
Gradle Kotlin
implementation("io.vlingo:vlingo-auth:1.2.1")
Scala SBT
libraryDependencies += "io.vlingo" % "vlingo-auth" % "1.2.1"
Groovy Grape
@Grapes(
  @Grab(group='io.vlingo', module='vlingo-auth', version='1.2.1')
)
Apache Ivy
<dependency org="io.vlingo" name="vlingo-auth" rev="1.2.1" />
Leiningen
[io.vlingo/vlingo-auth "1.2.1"]
Apache Buildr
'io.vlingo:vlingo-auth:jar:1.2.1'