не последняя версия
Последняя версия 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.

Категории

Категории

Payara Контейнер Application Servers CLI Взаимодействие с пользователем
Группа

Группа

fish.payara.extras
Идентификатор

Идентификатор

ejb-http-client
Версия

Версия

5.192
Тип

Тип

jar

Скачать 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"]