| Categories |
CategoriesData CLI User Interface |
|---|---|
| GroupId | GroupIdcom.sdl |
| ArtifactId | ArtifactIdodata_client |
| Version | Version2.3.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| odata_client-2.3.8.pom | |
| odata_client-2.3.8.jar | 39 KB |
| odata_client-2.3.8-tests.jar | 30 KB |
| odata_client-2.3.8-sources.jar | 25 KB |
| odata_client-2.3.8-javadoc.jar | 134 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sdl/odata_client/ -->
<dependency>
<groupId>com.sdl</groupId>
<artifactId>odata_client</artifactId>
<version>2.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.sdl/odata_client/
implementation 'com.sdl:odata_client:2.3.8'
// https://jarcasting.com/artifacts/com.sdl/odata_client/
implementation ("com.sdl:odata_client:2.3.8")
'com.sdl:odata_client:jar:2.3.8'
<dependency org="com.sdl" name="odata_client" rev="2.3.8">
<artifact name="odata_client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sdl', module='odata_client', version='2.3.8')
)
libraryDependencies += "com.sdl" % "odata_client" % "2.3.8"
[com.sdl/odata_client "2.3.8"]