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