| License | License | 
|---|---|
| Categories | CategoriesData CLI User Interface | 
| GroupId | GroupIdcom.msopentech.odatajclient | 
| ArtifactId | ArtifactIdodatajclient | 
| Last Version | Last Version0.9.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionClient OData library for Java Java client API for OData 3.0 services | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| odatajclient-0.9.0.pom | 19 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.msopentech.odatajclient/odatajclient/ -->
<dependency>
    <groupId>com.msopentech.odatajclient</groupId>
    <artifactId>odatajclient</artifactId>
    <version>0.9.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.msopentech.odatajclient/odatajclient/
implementation 'com.msopentech.odatajclient:odatajclient:0.9.0'// https://jarcasting.com/artifacts/com.msopentech.odatajclient/odatajclient/
implementation ("com.msopentech.odatajclient:odatajclient:0.9.0")'com.msopentech.odatajclient:odatajclient:pom:0.9.0'<dependency org="com.msopentech.odatajclient" name="odatajclient" rev="0.9.0">
  <artifact name="odatajclient" type="pom" />
</dependency>@Grapes(
@Grab(group='com.msopentech.odatajclient', module='odatajclient', version='0.9.0')
)libraryDependencies += "com.msopentech.odatajclient" % "odatajclient" % "0.9.0"[com.msopentech.odatajclient/odatajclient "0.9.0"]