Giter VIP home page Giter VIP logo

ews-java-api's Introduction

Build Status ![Gitter](https://badges.gitter.im/Join Chat.svg)

EWS JAVA API

Please see the Getting Started Guide on our wiki for an introduction to this library.

Using the 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.

Maven

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>

Gradle

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'
}

Building from source

To build a JAR from the source yourself, please see this page.

ews-java-api's People

Contributors

vboctor avatar serious6 avatar evpaassen avatar vbauer avatar nowheresly avatar superelchi avatar barisaydinoglu avatar ahaarrestad avatar andrejusc avatar kentongray avatar jimdunkerton avatar avromf avatar praseodym avatar lauragra avatar gouthampatala avatar easel avatar itoche avatar cfraser avatar bpot avatar ericfowler303 avatar remen avatar gitter-badger avatar casimirenslip avatar atamer avatar pheenomenon avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.