
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
com.microsoft.ews-java-api:ews-java-api
Advanced tools

Please see the Getting Started Guide on our wiki for an introduction to this library.
Prebuilt JARs are available in the Maven Central repository, which are easy to use with your project. Note that currently, no stable version is available yet, only snapshots in the snapshots repository.
If you want to use a snapshot build, add the Maven Central snapshots repository to your project's pom.xml
. If you want to use a stable build (not available yet), you should skip this step.
<project>
<repositories>
<repository>
<id>sonatype-snapshots</id>
<name>Sonatype OSS Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</project>
And finally, add the dependency to your project's pom.xml
.
<project>
<dependencies>
<dependency>
<groupId>com.microsoft.ews-java-api</groupId>
<artifactId>ews-java-api</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
If you want to use a snapshot build, add the Maven Central snapshots repository to your project's build.gradle
. If you want to use a stable build (not available yet), you should skip this step.
repositories {
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots/'
}
}
And finally, add the dependency to your project's build.gradle
.
dependencies {
compile 'com.microsoft.ews-java-api:ews-java-api:2.0-SNAPSHOT'
}
To build a JAR from the source yourself, please see this page.
FAQs
Exchange Web Services (EWS) Java API
We found that com.microsoft.ews-java-api:ews-java-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.