m

microsoft-graph-core

Microsoft Graph Core SDK
https://github.com/microsoftgraph/msgraph-sdk-java-core
MIT License
Microsoft
Microsoft
Files download
File Operation
microsoft-graph-core-2.0.11.jar download
microsoft-graph-core-2.0.11.pom download
microsoft-graph-core-2.0.11-sources.jar download
Apache Maven
<dependency>
  <groupId>com.microsoft.graph</groupId>
  <artifactId>microsoft-graph-core</artifactId>
  <version>2.0.11</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.graph:microsoft-graph-core:2.0.11'
Gradle Kotlin
implementation("com.microsoft.graph:microsoft-graph-core:2.0.11")
Scala SBT
libraryDependencies += "com.microsoft.graph" % "microsoft-graph-core" % "2.0.11"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.graph', module='microsoft-graph-core', version='2.0.11')
)
Apache Ivy
<dependency org="com.microsoft.graph" name="microsoft-graph-core" rev="2.0.11" />
Leiningen
[com.microsoft.graph/microsoft-graph-core "2.0.11"]
Apache Buildr
'com.microsoft.graph:microsoft-graph-core:jar:2.0.11'