Title: Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. # Download OData 2.0 Java Library Apache Olingo OData2 is a collection of Java libraries for implementing [OData V2][1] protocol clients or servers. ### Release 2.0.11 (2019-02-16) [Release notes][3] The Apache Olingo OData2 2.0.11 release is a patch release. ### Commodity Packages The **Olingo Library Core** packages contains the *API*, the *implementation*, the *documentation as JavaDoc* and the *Reference Scenario*. The *API* and the according *implementation* can be used in a *production* environment. The Reference Scenario is a sample and **shall not be used in a production** environment. The *Core Library* is developed for production environment usage in business scenarios. Package | zip | Description ------- | --- | ----- Olingo OData2 Library | [Download](https://www.apache.org/dyn/closer.lua/olingo/odata2/2.0.11/olingo-odata2-dist-lib-2.0.11-lib.zip) ([sha512](https://www.apache.org/dist/olingo/odata2/2.0.11/olingo-odata2-dist-lib-2.0.11-lib.zip.sha512), [pgp](https://www.apache.org/dist/olingo/odata2/2.0.11/olingo-odata2-dist-lib-2.0.11-lib.zip.asc)) | All you need to implement an OData V2 client or server. Olingo OData2 Sources | [Download](https://www.apache.org/dyn/closer.lua/olingo/odata2/2.0.11/olingo-odata2-parent-2.0.11-source-release.zip) ([sha512](https://www.apache.org/dist/olingo/odata2/2.0.11/olingo-odata2-parent-2.0.11-source-release.zip.sha512), [pgp](https://www.apache.org/dist/olingo/odata2/2.0.11/olingo-odata2-parent-2.0.11-source-release.zip.asc)) | Olingo OData2 source code. Olingo OData2 Docs | [Download](https://www.apache.org/dyn/closer.lua/olingo/odata2/2.0.11/olingo-odata2-dist-javadoc-2.0.11-javadoc.zip) ([sha512](https://www.apache.org/dist/olingo/odata2/2.0.11/olingo-odata2-dist-javadoc-2.0.11-javadoc.zip.sha512), [pgp](https://www.apache.org/dist/olingo/odata2/2.0.11/olingo-odata2-dist-javadoc-2.0.11-javadoc.zip.asc)) | Documentation and JavaDoc. Olingo OData2 Reference Scenario | [Download](https://www.apache.org/dyn/closer.lua/olingo/odata2/2.0.11/olingo-odata2-dist-ref-2.0.11-ref.zip) ([sha512](https://www.apache.org/dist/olingo/odata2/2.0.11/olingo-odata2-dist-ref-2.0.11-ref.zip.sha512), [pgp](https://www.apache.org/dist/olingo/odata2/2.0.11/olingo-odata2-dist-ref-2.0.11-ref.zip.asc)) | Deployable WAR files with reference scenario services using Apache CXF. ##### Extension Packages The **Olingo Library Extension** packages contains extensions which are provided from various contributors in the context of the Olingo open source project. The extensions provides convenience for easier consumption or creation of an OData service like the *JPA based processor*, the *Java Annotation based processor* or the *Spring Framework integration*. However the extensions are *not optimized regarding performance or extensibility*. Interested parties can use the extensions, if they are sufficient for their scenarios in a production environment. Feature enhancements or optimizations of the extensions have to be done by the interested parties itself. Package | zip | Description ------- | --- | ----- Olingo OData2 JPA Processor | [Download](https://www.apache.org/dyn/closer.lua/olingo/odata2/2.0.11/olingo-odata2-dist-jpa-2.0.11-jpa.zip) ([sha512](https://www.apache.org/dist/olingo/odata2/2.0.11/olingo-odata2-dist-jpa-2.0.11-jpa.zip.sha512), [pgp](https://www.apache.org/dist/olingo/odata2/2.0.11/olingo-odata2-dist-jpa-2.0.11-jpa.zip.asc)) | All you need to expose your JPA model as OData service. Olingo OData2 Java Annotation Processor | [Download](https://www.apache.org/dyn/closer.lua/olingo/odata2/2.0.11/olingo-odata2-dist-janos-2.0.11-janos.zip) ([sha512](https://www.apache.org/dist/olingo/odata2/2.0.11/olingo-odata2-dist-janos-2.0.11-janos.zip.sha512), [pgp](https://www.apache.org/dist/olingo/odata2/2.0.11/olingo-odata2-dist-janos-2.0.11-janos.zip.asc)) | Use Java Annotations to create a simple OData service for e.g. test cases (without persistence). Olingo OData2 Spring Extension Sources | [Download](https://www.apache.org/dyn/closer.lua/olingo/odata2/2.0.11/olingo-odata2-spring-2.0.11-source-release.zip) ([sha512](https://www.apache.org/dist/olingo/odata2/2.0.11/olingo-odata2-spring-2.0.11-source-release.zip.sha512), [pgp](https://www.apache.org/dist/olingo/odata2/2.0.11/olingo-odata2-spring-2.0.11-source-release.zip.asc)) | Support for use of OData library in Spring context. ### Maven Apache Olingo OData2 artifacts for latest version at [Maven Central](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.olingo%22%20AND%20v%3A%222.0.11%22). For POM dependencies see [here](/doc/odata2/maven.html). All other Apache Olingo artifacts are also available at [Maven Central](https://search.maven.org/#search|ga|1|org.apache.olingo). ### Older Releases For older releases please refer to [Archives][4] or you can get them [using Maven](/doc/odata2/maven.html). ### Verify Authenticity of Downloads package While downloading the packages, make yourself familiar on how to verify their integrity, authenticity and provenience according to the Apache Software Foundation best practices. Please make sure you check the following resources: - [Artifact verification](/verification.html) details - Developers and release managers PGP keys are publicly available here: [KEYS](https://downloads.apache.org/olingo/KEYS). [1]: https://odata.org [3]: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314520&version=12342435 [4]: https://archive.apache.org/dist/olingo/