License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdorg.apache.olingo |
ArtifactId | ArtifactIdodata-lib |
Last Version | Last Version4.9.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionodata-lib
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 |
Filename | Size |
---|---|
odata-lib-4.9.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.olingo/odata-lib/ -->
<dependency>
<groupId>org.apache.olingo</groupId>
<artifactId>odata-lib</artifactId>
<version>4.9.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.olingo/odata-lib/
implementation 'org.apache.olingo:odata-lib:4.9.0'
// https://jarcasting.com/artifacts/org.apache.olingo/odata-lib/
implementation ("org.apache.olingo:odata-lib:4.9.0")
'org.apache.olingo:odata-lib:pom:4.9.0'
<dependency org="org.apache.olingo" name="odata-lib" rev="4.9.0">
<artifact name="odata-lib" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.olingo', module='odata-lib', version='4.9.0')
)
libraryDependencies += "org.apache.olingo" % "odata-lib" % "4.9.0"
[org.apache.olingo/odata-lib "4.9.0"]