не последняя версия
Последняя версия 9.2

org.piangles.gateway:Gateway 2.6

API gateway that is the single entry point for all clients.

Группа

Группа

org.piangles.gateway
Идентификатор

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

Gateway
Версия

Версия

2.6
Тип

Тип

jar

Скачать Gateway 2.6


<!-- https://jarcasting.com/artifacts/org.piangles.gateway/Gateway/ -->
<dependency>
    <groupId>org.piangles.gateway</groupId>
    <artifactId>Gateway</artifactId>
    <version>2.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.piangles.gateway/Gateway/
implementation 'org.piangles.gateway:Gateway:2.6'
// https://jarcasting.com/artifacts/org.piangles.gateway/Gateway/
implementation ("org.piangles.gateway:Gateway:2.6")
'org.piangles.gateway:Gateway:jar:2.6'
<dependency org="org.piangles.gateway" name="Gateway" rev="2.6">
  <artifact name="Gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.piangles.gateway', module='Gateway', version='2.6')
)
libraryDependencies += "org.piangles.gateway" % "Gateway" % "2.6"
[org.piangles.gateway/Gateway "2.6"]