GroupId | GroupIdcom.sdl.web |
---|---|
ArtifactId | ArtifactIdcontext-service-common |
Version | Version8.3.0-1008 |
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.3.0-1008</version>
</dependency>
// https://jarcasting.com/artifacts/com.sdl.web/context-service-common/
implementation 'com.sdl.web:context-service-common:8.3.0-1008'
// https://jarcasting.com/artifacts/com.sdl.web/context-service-common/
implementation ("com.sdl.web:context-service-common:8.3.0-1008")
'com.sdl.web:context-service-common:jar:8.3.0-1008'
<dependency org="com.sdl.web" name="context-service-common" rev="8.3.0-1008">
<artifact name="context-service-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sdl.web', module='context-service-common', version='8.3.0-1008')
)
libraryDependencies += "com.sdl.web" % "context-service-common" % "8.3.0-1008"
[com.sdl.web/context-service-common "8.3.0-1008"]