is not current version
Last Version 9.2

org.piangles.gateway:Gateway 1.1

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

GroupId

GroupId

org.piangles.gateway
ArtifactId

ArtifactId

Gateway
Version

Version

1.1
Type

Type

jar

Download Gateway 1.1


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