| License |
License |
|---|---|
| GroupId | GroupIdorg.piangles.gateway |
| ArtifactId | ArtifactIdGateway |
| Version | Version7.1 |
| Type | Typejar |
| Description |
DescriptionPiAngles Gateway
API gateway that is the single entry point for all clients.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| Gateway-7.1.pom | |
| Gateway-7.1.jar | 127 KB |
| Gateway-7.1-sources.jar | 109 KB |
| Gateway-7.1-javadoc.jar | 513 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.piangles.gateway/Gateway/ -->
<dependency>
<groupId>org.piangles.gateway</groupId>
<artifactId>Gateway</artifactId>
<version>7.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.piangles.gateway/Gateway/
implementation 'org.piangles.gateway:Gateway:7.1'
// https://jarcasting.com/artifacts/org.piangles.gateway/Gateway/
implementation ("org.piangles.gateway:Gateway:7.1")
'org.piangles.gateway:Gateway:jar:7.1'
<dependency org="org.piangles.gateway" name="Gateway" rev="7.1">
<artifact name="Gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.piangles.gateway', module='Gateway', version='7.1')
)
libraryDependencies += "org.piangles.gateway" % "Gateway" % "7.1"
[org.piangles.gateway/Gateway "7.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.websocket : javax.websocket-api | jar | 1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |