MVN

fish.payara.extras : ejb-http-client

Maven & Gradle

Aug 16, 2023
1 usages
864 stars

EJB - HTTP Client · Module providing support for the EJB HTTP Client. This contains an InitialContext based lookup mechanism that uses HTTP calls back to Payara to lookup EJB beans, as well as a proxy mechanism to invoke methods on an EJB, which will be sent via HTTP to Payara.

<dependency>
    <groupId>fish.payara.extras</groupId>
    <artifactId>ejb-http-client</artifactId>
    <version>6.2023.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fish.payara.extras : ejb-http-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.2023.8
  • Latest Alpha: 6.2022.1.Alpha4

All Versions

Choose a version of fish.payara.extras : ejb-http-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.2023.x
ejb-http-client-6.2023.8
ejb-http-client-6.2023.7
ejb-http-client-6.2023.6
ejb-http-client-6.2023.5
ejb-http-client-6.2023.4
ejb-http-client-6.2023.3
ejb-http-client-6.2023.2
ejb-http-client-6.2023.1
6.2022.x
ejb-http-client-6.2022.2
ejb-http-client-6.2022.1
ejb-http-client-6.2022.1.Alpha4
ejb-http-client-6.2022.1.Alpha3
ejb-http-client-6.2022.1.Alpha2
6.2021.x
ejb-http-client-6.2021.1.Alpha1
5.2022.x
ejb-http-client-5.2022.5
ejb-http-client-5.2022.4
ejb-http-client-5.2022.3
ejb-http-client-5.2022.2
ejb-http-client-5.2022.1
5.2021.x
ejb-http-client-5.2021.10
ejb-http-client-5.2021.9
ejb-http-client-5.2021.8
ejb-http-client-5.2021.7
ejb-http-client-5.2021.6
ejb-http-client-5.2021.5
ejb-http-client-5.2021.4
ejb-http-client-5.2021.3
ejb-http-client-5.2021.2
ejb-http-client-5.2021.1
5.2020.x
ejb-http-client-5.2020.7
ejb-http-client-5.2020.6
ejb-http-client-5.2020.5
ejb-http-client-5.2020.4
ejb-http-client-5.2020.3
ejb-http-client-5.2020.2
5.201
ejb-http-client-5.201
5.194
ejb-http-client-5.194
5.193.x
ejb-http-client-5.193.1
5.193
ejb-http-client-5.193
5.192
ejb-http-client-5.192
5.191
ejb-http-client-5.191

How to add a dependency to Maven

Add the following fish.payara.extras : ejb-http-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fish.payara.extras</groupId>
    <artifactId>ejb-http-client</artifactId>
    <version>6.2023.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fish.payara.extras : ejb-http-client gradle dependency to your build.gradle file:

implementation 'fish.payara.extras:ejb-http-client:6.2023.8'

Gradle Kotlin DSL: Add the following fish.payara.extras : ejb-http-client gradle kotlin dependency to your build.gradle.kts file:

implementation("fish.payara.extras:ejb-http-client:6.2023.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following fish.payara.extras : ejb-http-client sbt scala dependency to your build.sbt file:

libraryDependencies += "fish.payara.extras" % "ejb-http-client" % "6.2023.8"