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