is not current version
Last Version 6.2022.1.Alpha2

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

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.

Categories

Categories

Payara Container Application Servers CLI User Interface
GroupId

GroupId

fish.payara.extras
ArtifactId

ArtifactId

ejb-http-client
Version

Version

5.194
Type

Type

jar

Download ejb-http-client 5.194


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