e

elytron-web-parent

Integration project for integrating Elytron based HTTP authentication with web containers.
Apache License 2.0
文件下载
文件名 操作
elytron-web-parent-1.6.0.CR1.pom 下载
Apache Maven
<dependency>
  <groupId>org.wildfly.security.elytron-web</groupId>
  <artifactId>elytron-web-parent</artifactId>
  <version>1.6.0.CR1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.wildfly.security.elytron-web:elytron-web-parent:1.6.0.CR1'
Gradle Kotlin
implementation("org.wildfly.security.elytron-web:elytron-web-parent:1.6.0.CR1")
Scala SBT
libraryDependencies += "org.wildfly.security.elytron-web" % "elytron-web-parent" % "1.6.0.CR1"
Groovy Grape
@Grapes(
  @Grab(group='org.wildfly.security.elytron-web', module='elytron-web-parent', version='1.6.0.CR1')
)
Apache Ivy
<dependency org="org.wildfly.security.elytron-web" name="elytron-web-parent" rev="1.6.0.CR1" />
Leiningen
[org.wildfly.security.elytron-web/elytron-web-parent "1.6.0.CR1"]
Apache Buildr
'org.wildfly.security.elytron-web:elytron-web-parent:jar:1.6.0.CR1'