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