is not current version
Last Version 6.2022.1.Alpha2

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

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

Categories

Categories

Payara Container Application Servers CLI User Interface
GroupId

GroupId

fish.payara.extras
ArtifactId

ArtifactId

ejb-http-client
Version

Version

5.191
Type

Type

jar

Download ejb-http-client 5.191


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