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