Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdco.cask.cdap |
ArtifactId | ArtifactIdcdap-authentication-client |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/co.cask.cdap/cdap-authentication-client/ -->
<dependency>
<groupId>co.cask.cdap</groupId>
<artifactId>cdap-authentication-client</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/co.cask.cdap/cdap-authentication-client/
implementation 'co.cask.cdap:cdap-authentication-client:1.1.0'
// https://jarcasting.com/artifacts/co.cask.cdap/cdap-authentication-client/
implementation ("co.cask.cdap:cdap-authentication-client:1.1.0")
'co.cask.cdap:cdap-authentication-client:jar:1.1.0'
<dependency org="co.cask.cdap" name="cdap-authentication-client" rev="1.1.0">
<artifact name="cdap-authentication-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.cask.cdap', module='cdap-authentication-client', version='1.1.0')
)
libraryDependencies += "co.cask.cdap" % "cdap-authentication-client" % "1.1.0"
[co.cask.cdap/cdap-authentication-client "1.1.0"]