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