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