| License |
License |
|---|---|
| GroupId | GroupIdorg.piangles.gateway |
| ArtifactId | ArtifactIdGateway |
| Version | Version9.0 |
| 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-9.0.pom | |
| Gateway-9.0.jar | 138 KB |
| Gateway-9.0-sources.jar | 116 KB |
| Gateway-9.0-javadoc.jar | 553 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.piangles.gateway/Gateway/ -->
<dependency>
<groupId>org.piangles.gateway</groupId>
<artifactId>Gateway</artifactId>
<version>9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.piangles.gateway/Gateway/
implementation 'org.piangles.gateway:Gateway:9.0'
// https://jarcasting.com/artifacts/org.piangles.gateway/Gateway/
implementation ("org.piangles.gateway:Gateway:9.0")
'org.piangles.gateway:Gateway:jar:9.0'
<dependency org="org.piangles.gateway" name="Gateway" rev="9.0">
<artifact name="Gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.piangles.gateway', module='Gateway', version='9.0')
)
libraryDependencies += "org.piangles.gateway" % "Gateway" % "9.0"
[org.piangles.gateway/Gateway "9.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.websocket : javax.websocket-api | jar | 1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |