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