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