is not current version
Last Version 6.2022.1.Alpha2

fish.payara.extras:ejb-http-client 5.192

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 all well to Payara.

Categories

Categories

Payara Container Application Servers CLI User Interface
GroupId

GroupId

fish.payara.extras
ArtifactId

ArtifactId

ejb-http-client
Version

Version

5.192
Type

Type

jar

Download ejb-http-client 5.192


<!-- https://jarcasting.com/artifacts/fish.payara.extras/ejb-http-client/ -->
<dependency>
    <groupId>fish.payara.extras</groupId>
    <artifactId>ejb-http-client</artifactId>
    <version>5.192</version>
</dependency>
// https://jarcasting.com/artifacts/fish.payara.extras/ejb-http-client/
implementation 'fish.payara.extras:ejb-http-client:5.192'
// https://jarcasting.com/artifacts/fish.payara.extras/ejb-http-client/
implementation ("fish.payara.extras:ejb-http-client:5.192")
'fish.payara.extras:ejb-http-client:jar:5.192'
<dependency org="fish.payara.extras" name="ejb-http-client" rev="5.192">
  <artifact name="ejb-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='fish.payara.extras', module='ejb-http-client', version='5.192')
)
libraryDependencies += "fish.payara.extras" % "ejb-http-client" % "5.192"
[fish.payara.extras/ejb-http-client "5.192"]