{"id":20268177,"url":"https://github.com/officedev/office-365-sdk-for-java","last_synced_at":"2025-05-07T15:31:16.737Z","repository":{"id":34253582,"uuid":"38137687","full_name":"OfficeDev/Office-365-SDK-for-Java","owner":"OfficeDev","description":"Office 365 client for Java","archived":true,"fork":false,"pushed_at":"2022-11-28T20:00:25.000Z","size":353,"stargazers_count":48,"open_issues_count":25,"forks_count":39,"subscribers_count":39,"default_branch":"master","last_synced_at":"2025-03-18T14:43:54.160Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"inket/dokku-buildpack-jekyll3-nginx","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OfficeDev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-26T22:49:50.000Z","updated_at":"2024-06-18T00:30:34.000Z","dependencies_parsed_at":"2023-01-15T05:41:34.620Z","dependency_job_id":null,"html_url":"https://github.com/OfficeDev/Office-365-SDK-for-Java","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OfficeDev%2FOffice-365-SDK-for-Java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OfficeDev%2FOffice-365-SDK-for-Java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OfficeDev%2FOffice-365-SDK-for-Java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OfficeDev%2FOffice-365-SDK-for-Java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OfficeDev","download_url":"https://codeload.github.com/OfficeDev/Office-365-SDK-for-Java/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252905755,"owners_count":21822855,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T12:16:51.872Z","updated_at":"2025-05-07T15:31:15.949Z","avatar_url":"https://github.com/OfficeDev.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"**Important**: This preview SDK has been deprecated and is no longer being maintained. We recommend that you use [Microsoft Graph](https://graph.microsoft.com/) and the associated [Microsoft Graph SDKs](https://developer.microsoft.com/en-us/graph/code-samples-and-sdks) instead.\n\n# Office 365 SDKs for Java\n\nEasily integrate services and data from Office 365 into Java apps using these libraries.\n\n[![Build Status](https://travis-ci.org/OfficeDev/Office-365-SDK-for-Java.svg?branch=master)](https://travis-ci.org/OfficeDev/Office-365-SDK-for-Java)\n[![Download](https://api.bintray.com/packages/msopentech/Maven/Office-365-SDK-for-Java/images/download.svg)](https://bintray.com/msopentech/Maven/Office-365-SDK-for-Java/_latestVersion)\n\n---\n\n:exclamation:**NOTE**: You are free to use this code and library according to the terms of its included [LICENSE](/LICENSE) and to open issues in this repo for unofficial support.\n\nInformation about official Microsoft support is available [here][support-placeholder].\n\n[support-placeholder]: https://support.microsoft.com/\n\n---\n\nThese libraries are generated from API metadata using [Vipr] and [Vipr-T4TemplateWriter] and use a shared client stack provided by [orc-for-java].\n\nFor information on release cadence and how to access built binaries before release, see [Releases](https://github.com/OfficeDev/Office-365-SDK-for-Java/wiki/Releases).\n\nCurrent services, service versions, and SDK versions:\n\n|API|Service Version|SDK Version|Artifact Id|\n|---|---------------|-----------|-----------|\n|Mail/Calendar/Contacts|1.0|1.0.0|outlook-services-java|\n|Files|1.0|1.0.0|files-services-java|\n|Discovery|1.0|1.0.0|discovery-services-java|\n|AAD Graph|1.5|0.15.0|directory-services-java|\n|OneNote|1.0|0.15.0|onenote-services-java|\n|Unified API|beta|0.2.5|graph-services-java|\n|SharePoint Lists|1.0|1.0.0|sharepoint-services-java|\n\n[Vipr]: https://github.com/microsoft/vipr\n[Vipr-T4TemplateWriter]: https://github.com/msopentech/vipr-t4templatewriter\n[orc-for-java]: https://github.com/msopentech/orc-for-java\n\n## Quick Start\n\nTo use these libraries in your project, follow these general steps, as described further below:\n\n1. Configure dependencies in build.gradle.\n2. Set up authentication.\n3. Construct an API client.\n4. Call methods to make REST calls and receive results.\n\n### Authenticate and construct client\nWith your project prepared, the next step is to initialize the dependency manager and an API client.\n\n:exclamation: If you haven't yet registered your app in Azure AD, you'll need to do so before completing this step by following [these instructions][MSDN Add Common Consent].\n\n[MSDN Add Common Consent]: https://msdn.microsoft.com/en-us/office/office365/howto/add-common-consent-manually\n\n## Contributing\nYou will need to sign a [Contributor License Agreement](https://cla.msopentech.com/) before submitting your pull request. To complete the Contributor License Agreement (CLA), you will need to submit a request via the form and then electronically sign the Contributor License Agreement when you receive the email containing the link to the document. This needs to only be done once for any Microsoft Open Technologies OSS project.\n\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.\n\n## License\nCopyright (c) Microsoft Open Technologies, Inc. All rights reserved. Licensed under the Apache License, Version 2.0.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fofficedev%2Foffice-365-sdk-for-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fofficedev%2Foffice-365-sdk-for-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fofficedev%2Foffice-365-sdk-for-java/lists"}