Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.identityx.auth |
ArtifactId | ArtifactIddaon-http-digest-auth |
Version | Version4.5.2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.identityx.auth/daon-http-digest-auth/ -->
<dependency>
<groupId>com.identityx.auth</groupId>
<artifactId>daon-http-digest-auth</artifactId>
<version>4.5.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.identityx.auth/daon-http-digest-auth/
implementation 'com.identityx.auth:daon-http-digest-auth:4.5.2.1'
// https://jarcasting.com/artifacts/com.identityx.auth/daon-http-digest-auth/
implementation ("com.identityx.auth:daon-http-digest-auth:4.5.2.1")
'com.identityx.auth:daon-http-digest-auth:jar:4.5.2.1'
<dependency org="com.identityx.auth" name="daon-http-digest-auth" rev="4.5.2.1">
<artifact name="daon-http-digest-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.identityx.auth', module='daon-http-digest-auth', version='4.5.2.1')
)
libraryDependencies += "com.identityx.auth" % "daon-http-digest-auth" % "4.5.2.1"
[com.identityx.auth/daon-http-digest-auth "4.5.2.1"]