GroupId | GroupIdcom.sdl.web |
---|---|
ArtifactId | ArtifactIdcontext-service-common |
Version | Version8.5.0-1102 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.sdl.web/context-service-common/ -->
<dependency>
<groupId>com.sdl.web</groupId>
<artifactId>context-service-common</artifactId>
<version>8.5.0-1102</version>
</dependency>
// https://jarcasting.com/artifacts/com.sdl.web/context-service-common/
implementation 'com.sdl.web:context-service-common:8.5.0-1102'
// https://jarcasting.com/artifacts/com.sdl.web/context-service-common/
implementation ("com.sdl.web:context-service-common:8.5.0-1102")
'com.sdl.web:context-service-common:jar:8.5.0-1102'
<dependency org="com.sdl.web" name="context-service-common" rev="8.5.0-1102">
<artifact name="context-service-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sdl.web', module='context-service-common', version='8.5.0-1102')
)
libraryDependencies += "com.sdl.web" % "context-service-common" % "8.5.0-1102"
[com.sdl.web/context-service-common "8.5.0-1102"]