Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.sdl |
ArtifactId | ArtifactIdodata_service |
Version | Version2.9.3 |
Type | Typejar |
Filename | Size |
---|---|
odata_service-2.9.3.pom | |
odata_service-2.9.3.jar | 146 KB |
odata_service-2.9.3-sources.jar | 26 KB |
odata_service-2.9.3-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sdl/odata_service/ -->
<dependency>
<groupId>com.sdl</groupId>
<artifactId>odata_service</artifactId>
<version>2.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.sdl/odata_service/
implementation 'com.sdl:odata_service:2.9.3'
// https://jarcasting.com/artifacts/com.sdl/odata_service/
implementation ("com.sdl:odata_service:2.9.3")
'com.sdl:odata_service:jar:2.9.3'
<dependency org="com.sdl" name="odata_service" rev="2.9.3">
<artifact name="odata_service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sdl', module='odata_service', version='2.9.3')
)
libraryDependencies += "com.sdl" % "odata_service" % "2.9.3"
[com.sdl/odata_service "2.9.3"]