MVN

org.wildfly.security : wildfly-elytron-http-external

Maven & Gradle

May 23, 2023
17 usages

WildFly Elytron - HTTP External · WildFly Security HTTP External Mechanism Implementation

<dependency>
    <groupId>org.wildfly.security</groupId>
    <artifactId>wildfly-elytron-http-external</artifactId>
    <version>2.2.0.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wildfly.security : wildfly-elytron-http-external to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.0.Final
  • Latest Beta: 2.0.0.Beta3
  • Latest Alpha: 2.0.0.Alpha10

All Versions

Choose a version of org.wildfly.security : wildfly-elytron-http-external to add to Maven or Gradle - All Versions:

  • Version Updated
  • wildfly-elytron-http-external-2.2.0.Final

    May 23, 2023
  • wildfly-elytron-http-external-2.1.0.Final

    Feb 21, 2023
  • wildfly-elytron-http-external-1.20.3.Final

    Feb 21, 2023
  • wildfly-elytron-http-external-1.15.16.Final

    Jan 10, 2023
  • wildfly-elytron-http-external-1.15.15.Final

    Dec 06, 2022
  • wildfly-elytron-http-external-2.0.0.Final

    Sep 13, 2022
  • wildfly-elytron-http-external-1.20.2.Final

    Sep 13, 2022
  • wildfly-elytron-http-external-2.0.0.Beta3

    Aug 17, 2022
  • wildfly-elytron-http-external-1.20.1.Final

    Aug 17, 2022
  • wildfly-elytron-http-external-1.19.1.Final

    Aug 17, 2022
  • wildfly-elytron-http-external-1.15.14.Final

    Aug 04, 2022
  • wildfly-elytron-http-external-2.0.0.Beta2

    Jul 28, 2022
  • wildfly-elytron-http-external-1.20.0.Final

    Jul 28, 2022
  • wildfly-elytron-http-external-1.15.13.Final

    Jun 02, 2022
  • wildfly-elytron-http-external-1.15.12.Final

    Apr 07, 2022
  • wildfly-elytron-http-external-1.19.0.Final

    Mar 18, 2022
  • wildfly-elytron-http-external-1.15.11.Final

    Feb 02, 2022
  • wildfly-elytron-http-external-1.15.10.Final

    Jan 28, 2022
  • wildfly-elytron-http-external-1.18.3.Final

    Jan 17, 2022
  • wildfly-elytron-http-external-1.18.2.Final

    Jan 12, 2022
  • wildfly-elytron-http-external-2.0.0.Beta1

    Jan 06, 2022
  • wildfly-elytron-http-external-1.17.3.Final

    Jan 04, 2022
  • wildfly-elytron-http-external-1.18.1.Final

    Dec 08, 2021
  • wildfly-elytron-http-external-1.18.0.Final

    Nov 26, 2021
  • wildfly-elytron-http-external-1.15.9.Final

    Nov 23, 2021
  • wildfly-elytron-http-external-1.15.8.Final

    Nov 18, 2021
  • wildfly-elytron-http-external-1.15.7.Final

    Oct 08, 2021
  • wildfly-elytron-http-external-1.17.2.Final

    Oct 06, 2021
  • wildfly-elytron-http-external-1.17.1.Final

    Sep 24, 2021
  • wildfly-elytron-http-external-1.15.6.Final

    Sep 23, 2021
  • wildfly-elytron-http-external-1.17.0.Final

    Sep 10, 2021
  • wildfly-elytron-http-external-1.16.1.Final

    Jul 14, 2021
  • wildfly-elytron-http-external-1.15.5.Final

    Jul 14, 2021
  • wildfly-elytron-http-external-1.16.0.Final

    Jun 09, 2021
  • wildfly-elytron-http-external-1.16.0.CR1

    Jun 01, 2021
  • wildfly-elytron-http-external-1.15.4.Final

    May 19, 2021
  • wildfly-elytron-http-external-1.15.3.Final

    Mar 25, 2021
  • wildfly-elytron-http-external-1.15.2.Final

    Mar 18, 2021
  • wildfly-elytron-http-external-1.15.1.Final

    Mar 04, 2021
  • wildfly-elytron-http-external-2.0.0.Alpha10

    Feb 24, 2021
  • wildfly-elytron-http-external-1.15.0.Final

    Feb 24, 2021
  • wildfly-elytron-http-external-1.15.0.CR1

    Feb 17, 2021
  • wildfly-elytron-http-external-1.14.2.Final

    Feb 10, 2021
  • wildfly-elytron-http-external-1.14.1.Final

    Jan 05, 2021
  • wildfly-elytron-http-external-1.14.0.Final

    Dec 03, 2020
  • wildfly-elytron-http-external-2.0.0.Alpha9

    Nov 25, 2020
  • wildfly-elytron-http-external-1.13.2.Final

    Nov 25, 2020
  • wildfly-elytron-http-external-1.13.1.Final

    Oct 07, 2020
  • wildfly-elytron-http-external-2.0.0.Alpha8

    Sep 15, 2020
  • wildfly-elytron-http-external-1.13.0.Final

    Sep 10, 2020

How to add a dependency to Maven

Add the following org.wildfly.security : wildfly-elytron-http-external maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wildfly.security</groupId>
    <artifactId>wildfly-elytron-http-external</artifactId>
    <version>2.2.0.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wildfly.security : wildfly-elytron-http-external gradle dependency to your build.gradle file:

implementation 'org.wildfly.security:wildfly-elytron-http-external:2.2.0.Final'

Gradle Kotlin DSL: Add the following org.wildfly.security : wildfly-elytron-http-external gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wildfly.security:wildfly-elytron-http-external:2.2.0.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wildfly.security : wildfly-elytron-http-external sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wildfly.security" % "wildfly-elytron-http-external" % "2.2.0.Final"