MVN

com.msopentech.odatajclient : odatajclient

Maven & Gradle

Oct 05, 2013

Client OData library for Java · Java client API for OData 3.0 services

<dependency>
    <groupId>com.msopentech.odatajclient</groupId>
    <artifactId>odatajclient</artifactId>
    <version>0.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.msopentech.odatajclient : odatajclient to add to Maven - Latest Versions:

  • Latest Stable: 0.9.0

All Versions

Choose a version of com.msopentech.odatajclient : odatajclient to add to Maven - All Versions:

Version Vulnerabilities Updated
0.9.x
odatajclient-0.9.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.msopentech.odatajclient</groupId>
    <artifactId>odatajclient</artifactId>
    <version>0.9.0</version>
</dependency>