| GroupId | GroupIdorg.piangles.gateway |
|---|---|
| ArtifactId | ArtifactIdGateway |
| Version | Version8.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| Gateway-8.3.pom | |
| Gateway-8.3.jar | 136 KB |
| Gateway-8.3-sources.jar | 115 KB |
| Gateway-8.3-javadoc.jar | 548 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.piangles.gateway/Gateway/ -->
<dependency>
<groupId>org.piangles.gateway</groupId>
<artifactId>Gateway</artifactId>
<version>8.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.piangles.gateway/Gateway/
implementation 'org.piangles.gateway:Gateway:8.3'
// https://jarcasting.com/artifacts/org.piangles.gateway/Gateway/
implementation ("org.piangles.gateway:Gateway:8.3")
'org.piangles.gateway:Gateway:jar:8.3'
<dependency org="org.piangles.gateway" name="Gateway" rev="8.3">
<artifact name="Gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.piangles.gateway', module='Gateway', version='8.3')
)
libraryDependencies += "org.piangles.gateway" % "Gateway" % "8.3"
[org.piangles.gateway/Gateway "8.3"]