License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.itzmedinesh |
ArtifactId | ArtifactIdandroid-adfs-client |
Version | Version1.0.0 |
Type | Typepom |
Description |
Descriptionandroid-adfs-client
Android java client for authentication against active directory federation service(ADFS) - JWT,BST
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
android-adfs-client-1.0.0.pom | |
android-adfs-client-1.0.0.jar | 1 KB |
android-adfs-client-1.0.0-sources.jar | 21 KB |
android-adfs-client-1.0.0-javadoc.jar | 113 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.itzmedinesh/android-adfs-client/ -->
<dependency>
<groupId>com.github.itzmedinesh</groupId>
<artifactId>android-adfs-client</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.itzmedinesh/android-adfs-client/
implementation 'com.github.itzmedinesh:android-adfs-client:1.0.0'
// https://jarcasting.com/artifacts/com.github.itzmedinesh/android-adfs-client/
implementation ("com.github.itzmedinesh:android-adfs-client:1.0.0")
'com.github.itzmedinesh:android-adfs-client:pom:1.0.0'
<dependency org="com.github.itzmedinesh" name="android-adfs-client" rev="1.0.0">
<artifact name="android-adfs-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.itzmedinesh', module='android-adfs-client', version='1.0.0')
)
libraryDependencies += "com.github.itzmedinesh" % "android-adfs-client" % "1.0.0"
[com.github.itzmedinesh/android-adfs-client "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.simpleframework : simple-xml | jar | 2.7.1 |