GroupId | GroupIdcom.microsoft.aad |
---|---|
ArtifactId | ArtifactIdadal4j |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
adal4j-0.0.1.pom | |
adal4j-0.0.1.jar | 44 KB |
adal4j-0.0.1-sources.jar | 38 KB |
adal4j-0.0.1-javadoc.jar | 83 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.aad/adal4j/ -->
<dependency>
<groupId>com.microsoft.aad</groupId>
<artifactId>adal4j</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.aad/adal4j/
implementation 'com.microsoft.aad:adal4j:0.0.1'
// https://jarcasting.com/artifacts/com.microsoft.aad/adal4j/
implementation ("com.microsoft.aad:adal4j:0.0.1")
'com.microsoft.aad:adal4j:jar:0.0.1'
<dependency org="com.microsoft.aad" name="adal4j" rev="0.0.1">
<artifact name="adal4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.aad', module='adal4j', version='0.0.1')
)
libraryDependencies += "com.microsoft.aad" % "adal4j" % "0.0.1"
[com.microsoft.aad/adal4j "0.0.1"]