GroupId | GroupIdcom.hortonworks.registries |
---|---|
ArtifactId | ArtifactIdcommon-auth |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
common-auth-0.3.0.pom | |
common-auth-0.3.0.jar | 74 KB |
common-auth-0.3.0-tests.jar | 69 KB |
common-auth-0.3.0-sources.jar | 56 KB |
common-auth-0.3.0-javadoc.jar | 228 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hortonworks.registries/common-auth/ -->
<dependency>
<groupId>com.hortonworks.registries</groupId>
<artifactId>common-auth</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hortonworks.registries/common-auth/
implementation 'com.hortonworks.registries:common-auth:0.3.0'
// https://jarcasting.com/artifacts/com.hortonworks.registries/common-auth/
implementation ("com.hortonworks.registries:common-auth:0.3.0")
'com.hortonworks.registries:common-auth:jar:0.3.0'
<dependency org="com.hortonworks.registries" name="common-auth" rev="0.3.0">
<artifact name="common-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hortonworks.registries', module='common-auth', version='0.3.0')
)
libraryDependencies += "com.hortonworks.registries" % "common-auth" % "0.3.0"
[com.hortonworks.registries/common-auth "0.3.0"]