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