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