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