License |
License |
---|---|
Categories |
CategoriesData CLI User Interface |
GroupId | GroupIdorg.doktorodata.ohdata |
ArtifactId | ArtifactIdohdata-client |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionEasy and Powerul OhData Client Library
OhData is providing a powerful and easy to use oData client library leveraging Olingo as a foundation.
|
Project Organization |
Project OrganizationMichael Dietz |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ohdata-client-1.0.0.pom | |
ohdata-client-1.0.0.jar | 40 KB |
ohdata-client-1.0.0-sources.jar | 20 KB |
ohdata-client-1.0.0-javadoc.jar | 169 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.doktorodata.ohdata/ohdata-client/ -->
<dependency>
<groupId>org.doktorodata.ohdata</groupId>
<artifactId>ohdata-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.doktorodata.ohdata/ohdata-client/
implementation 'org.doktorodata.ohdata:ohdata-client:1.0.0'
// https://jarcasting.com/artifacts/org.doktorodata.ohdata/ohdata-client/
implementation ("org.doktorodata.ohdata:ohdata-client:1.0.0")
'org.doktorodata.ohdata:ohdata-client:jar:1.0.0'
<dependency org="org.doktorodata.ohdata" name="ohdata-client" rev="1.0.0">
<artifact name="ohdata-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.doktorodata.ohdata', module='ohdata-client', version='1.0.0')
)
libraryDependencies += "org.doktorodata.ohdata" % "ohdata-client" % "1.0.0"
[org.doktorodata.ohdata/ohdata-client "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.olingo : olingo-odata2-core | jar | 2.0.7 |
junit : junit | jar | 4.8.2 |
org.apache.cxf : cxf-rt-frontend-jaxrs | jar | 2.7.6 |
org.slf4j : slf4j-log4j12 | jar | 1.7.1 |
org.json : json | jar | 20160810 |
com.sun.codemodel : codemodel | jar | 2.6 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
org.slf4j : slf4j-api | jar | 1.7.1 |