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