j

javamsalruntime

The Java/MSALRuntime interop layer facilitates communication between MSAL Java and the MSALRuntime API, allowing developers to easily access WAM from a Java program
https://github.com/AzureAD/microsoft-authentication-library-for-cpp
MIT License
Microsoft Corporation
Files download
File Operation
javamsalruntime-0.17.4.jar download
javamsalruntime-0.17.4.pom download
javamsalruntime-0.17.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.microsoft.azure</groupId>
  <artifactId>javamsalruntime</artifactId>
  <version>0.17.4</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.azure:javamsalruntime:0.17.4'
Gradle Kotlin
implementation("com.microsoft.azure:javamsalruntime:0.17.4")
Scala SBT
libraryDependencies += "com.microsoft.azure" % "javamsalruntime" % "0.17.4"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.azure', module='javamsalruntime', version='0.17.4')
)
Apache Ivy
<dependency org="com.microsoft.azure" name="javamsalruntime" rev="0.17.4" />
Leiningen
[com.microsoft.azure/javamsalruntime "0.17.4"]
Apache Buildr
'com.microsoft.azure:javamsalruntime:jar:0.17.4'