License |
License
Apache License, Version 2.0
|
---|---|
GroupId | GroupIdcom.microsoft.aad |
ArtifactId | ArtifactIdadal4j |
Version | Version0.0.2 |
Type | Typejar |
Description |
Descriptionadal4j
Azure active directory library for java gives you the ability to add Windows Azure Active Directory authentication to your application with just a few lines of additional code. Using our ADAL SDKs you can quickly and easily extend your existing application to all the employees that use Windows Azure AD and Active Directory on-premises using Active Directory Federation Services, including Office365 customers.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
adal4j-0.0.2.pom | |
adal4j-0.0.2.jar | 63 KB |
adal4j-0.0.2-sources.jar | 53 KB |
adal4j-0.0.2-javadoc.jar | 88 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.aad/adal4j/ -->
<dependency>
<groupId>com.microsoft.aad</groupId>
<artifactId>adal4j</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.aad/adal4j/
implementation 'com.microsoft.aad:adal4j:0.0.2'
// https://jarcasting.com/artifacts/com.microsoft.aad/adal4j/
implementation ("com.microsoft.aad:adal4j:0.0.2")
'com.microsoft.aad:adal4j:jar:0.0.2'
<dependency org="com.microsoft.aad" name="adal4j" rev="0.0.2">
<artifact name="adal4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.aad', module='adal4j', version='0.0.2')
)
libraryDependencies += "com.microsoft.aad" % "adal4j" % "0.0.2"
[com.microsoft.aad/adal4j "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.nimbusds : oauth2-oidc-sdk | jar | 4.5 |
com.google.code.gson : gson | jar | 2.2.4 |
org.slf4j : slf4j-api | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8.8 |
org.powermock : powermock-module-testng | jar | 1.5.6 |
org.powermock : powermock-api-easymock | jar | 1.5.6 |
org.easymock : easymock | jar | 3.2 |
net.sourceforge.cobertura : cobertura | jar | 2.0.3 |