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