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.19.jar download
microsoft-graph-core-2.0.19.pom download
microsoft-graph-core-2.0.19-sources.jar download
Apache Maven
<dependency>
  <groupId>com.microsoft.graph</groupId>
  <artifactId>microsoft-graph-core</artifactId>
  <version>2.0.19</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.graph:microsoft-graph-core:2.0.19'
Gradle Kotlin
implementation("com.microsoft.graph:microsoft-graph-core:2.0.19")
Scala SBT
libraryDependencies += "com.microsoft.graph" % "microsoft-graph-core" % "2.0.19"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.graph', module='microsoft-graph-core', version='2.0.19')
)
Apache Ivy
<dependency org="com.microsoft.graph" name="microsoft-graph-core" rev="2.0.19" />
Leiningen
[com.microsoft.graph/microsoft-graph-core "2.0.19"]
Apache Buildr
'com.microsoft.graph:microsoft-graph-core:jar:2.0.19'