Categories |
CategoriesData CLI User Interface |
---|---|
GroupId | GroupIdcom.github.davidmoten |
ArtifactId | ArtifactIdodata-client-msgraph |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
odata-client-msgraph-0.1.pom | |
odata-client-msgraph-0.1.jar | 3 MB |
odata-client-msgraph-0.1-sources.jar | 1 MB |
odata-client-msgraph-0.1-javadoc.jar | 11 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.davidmoten/odata-client-msgraph/ -->
<dependency>
<groupId>com.github.davidmoten</groupId>
<artifactId>odata-client-msgraph</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidmoten/odata-client-msgraph/
implementation 'com.github.davidmoten:odata-client-msgraph:0.1'
// https://jarcasting.com/artifacts/com.github.davidmoten/odata-client-msgraph/
implementation ("com.github.davidmoten:odata-client-msgraph:0.1")
'com.github.davidmoten:odata-client-msgraph:jar:0.1'
<dependency org="com.github.davidmoten" name="odata-client-msgraph" rev="0.1">
<artifact name="odata-client-msgraph" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davidmoten', module='odata-client-msgraph', version='0.1')
)
libraryDependencies += "com.github.davidmoten" % "odata-client-msgraph" % "0.1"
[com.github.davidmoten/odata-client-msgraph "0.1"]