Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.glue42.gateway.client |
ArtifactId | ArtifactIdgateway-peer |
Version | Version1.3.2 |
Type | Typejar |
Filename | Size |
---|---|
gateway-peer-1.3.2.pom | |
gateway-peer-1.3.2.jar | 7 KB |
gateway-peer-1.3.2-sources.jar | 1 KB |
gateway-peer-1.3.2-javadoc.jar | 114 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.glue42.gateway.client/gateway-peer/ -->
<dependency>
<groupId>com.glue42.gateway.client</groupId>
<artifactId>gateway-peer</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.glue42.gateway.client/gateway-peer/
implementation 'com.glue42.gateway.client:gateway-peer:1.3.2'
// https://jarcasting.com/artifacts/com.glue42.gateway.client/gateway-peer/
implementation ("com.glue42.gateway.client:gateway-peer:1.3.2")
'com.glue42.gateway.client:gateway-peer:jar:1.3.2'
<dependency org="com.glue42.gateway.client" name="gateway-peer" rev="1.3.2">
<artifact name="gateway-peer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.glue42.gateway.client', module='gateway-peer', version='1.3.2')
)
libraryDependencies += "com.glue42.gateway.client" % "gateway-peer" % "1.3.2"
[com.glue42.gateway.client/gateway-peer "1.3.2"]