Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.glue42.gateway.client |
ArtifactId | ArtifactIdgateway-client-parent |
Version | Version1.3.1 |
Type | Typepom |
Filename | Size |
---|---|
gateway-client-parent-1.3.1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.glue42.gateway.client/gateway-client-parent/ -->
<dependency>
<groupId>com.glue42.gateway.client</groupId>
<artifactId>gateway-client-parent</artifactId>
<version>1.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.glue42.gateway.client/gateway-client-parent/
implementation 'com.glue42.gateway.client:gateway-client-parent:1.3.1'
// https://jarcasting.com/artifacts/com.glue42.gateway.client/gateway-client-parent/
implementation ("com.glue42.gateway.client:gateway-client-parent:1.3.1")
'com.glue42.gateway.client:gateway-client-parent:pom:1.3.1'
<dependency org="com.glue42.gateway.client" name="gateway-client-parent" rev="1.3.1">
<artifact name="gateway-client-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.glue42.gateway.client', module='gateway-client-parent', version='1.3.1')
)
libraryDependencies += "com.glue42.gateway.client" % "gateway-client-parent" % "1.3.1"
[com.glue42.gateway.client/gateway-client-parent "1.3.1"]