o

openid-authentication

A library for Authenticated with OpenID Connect from ADempiere.
http://adempiere.io/
GNU General Public License, version 2
Yamel Senih
文件下载
文件名 操作
openid-authentication-3.9.4.001.jar 下载
openid-authentication-3.9.4.001.pom 下载
openid-authentication-3.9.4.001-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.adempiere</groupId>
  <artifactId>openid-authentication</artifactId>
  <version>3.9.4.001</version>
</dependency>
Gradle Groovy
implementation 'io.github.adempiere:openid-authentication:3.9.4.001'
Gradle Kotlin
implementation("io.github.adempiere:openid-authentication:3.9.4.001")
Scala SBT
libraryDependencies += "io.github.adempiere" % "openid-authentication" % "3.9.4.001"
Groovy Grape
@Grapes(
  @Grab(group='io.github.adempiere', module='openid-authentication', version='3.9.4.001')
)
Apache Ivy
<dependency org="io.github.adempiere" name="openid-authentication" rev="3.9.4.001" />
Leiningen
[io.github.adempiere/openid-authentication "3.9.4.001"]
Apache Buildr
'io.github.adempiere:openid-authentication:jar:3.9.4.001'