| License | License | 
|---|---|
| Categories | CategoriesData CLI User Interface | 
| GroupId | GroupIdorg.apache.olingo | 
| ArtifactId | ArtifactIdolingo-odata2-client-api | 
| Last Version | Last Version2.0.12 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionolingo-odata2-client-api The Apache Software Foundation provides support for the Apache community of open-source software projects.
    The Apache projects are characterized by a collaborative, consensus based development process, an open and
    pragmatic software license, and a desire to create high quality software that leads the way in its field.
    We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
    and users. | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.apache.olingo/olingo-odata2-client-api/ -->
<dependency>
    <groupId>org.apache.olingo</groupId>
    <artifactId>olingo-odata2-client-api</artifactId>
    <version>2.0.12</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.olingo/olingo-odata2-client-api/
implementation 'org.apache.olingo:olingo-odata2-client-api:2.0.12'// https://jarcasting.com/artifacts/org.apache.olingo/olingo-odata2-client-api/
implementation ("org.apache.olingo:olingo-odata2-client-api:2.0.12")'org.apache.olingo:olingo-odata2-client-api:jar:2.0.12'<dependency org="org.apache.olingo" name="olingo-odata2-client-api" rev="2.0.12">
  <artifact name="olingo-odata2-client-api" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.olingo', module='olingo-odata2-client-api', version='2.0.12')
)libraryDependencies += "org.apache.olingo" % "olingo-odata2-client-api" % "2.0.12"[org.apache.olingo/olingo-odata2-client-api "2.0.12"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.13.2 | 
| org.apache.olingo : olingo-odata2-api | jar | 2.0.12 |