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