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
vlingo/PLATFORM Team
文件下载
文件名 操作
vlingo-auth-1.4.3.jar 下载
vlingo-auth-1.4.3.pom 下载
vlingo-auth-1.4.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.vlingo</groupId>
  <artifactId>vlingo-auth</artifactId>
  <version>1.4.3</version>
</dependency>
Gradle Groovy
implementation 'io.vlingo:vlingo-auth:1.4.3'
Gradle Kotlin
implementation("io.vlingo:vlingo-auth:1.4.3")
Scala SBT
libraryDependencies += "io.vlingo" % "vlingo-auth" % "1.4.3"
Groovy Grape
@Grapes(
  @Grab(group='io.vlingo', module='vlingo-auth', version='1.4.3')
)
Apache Ivy
<dependency org="io.vlingo" name="vlingo-auth" rev="1.4.3" />
Leiningen
[io.vlingo/vlingo-auth "1.4.3"]
Apache Buildr
'io.vlingo:vlingo-auth:jar:1.4.3'