| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииДанные |
| Группа | Группаorg.apache.olingo |
| Идентификатор | Идентификаторolingo-odata2-api |
| Версия | Версия2.0.11 |
| Тип | Типjar |
| Описание |
Описаниеolingo-odata2-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.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| olingo-odata2-api-2.0.11.pom | |
| olingo-odata2-api-2.0.11.jar | 197 KB |
| olingo-odata2-api-2.0.11-sources.jar | 289 KB |
| olingo-odata2-api-2.0.11-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.olingo/olingo-odata2-api/ -->
<dependency>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-api</artifactId>
<version>2.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.olingo/olingo-odata2-api/
implementation 'org.apache.olingo:olingo-odata2-api:2.0.11'
// https://jarcasting.com/artifacts/org.apache.olingo/olingo-odata2-api/
implementation ("org.apache.olingo:olingo-odata2-api:2.0.11")
'org.apache.olingo:olingo-odata2-api:jar:2.0.11'
<dependency org="org.apache.olingo" name="olingo-odata2-api" rev="2.0.11">
<artifact name="olingo-odata2-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.olingo', module='olingo-odata2-api', version='2.0.11')
)
libraryDependencies += "org.apache.olingo" % "olingo-odata2-api" % "2.0.11"
[org.apache.olingo/olingo-odata2-api "2.0.11"]