Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.sdl.web |
ArtifactId | ArtifactIdcontext-client |
Version | Version8.3.0-1008 |
Type | Typejar |
Filename | Size |
---|---|
context-client-8.3.0-1008.pom | |
context-client-8.3.0-1008.jar | 14 KB |
context-client-8.3.0-1008-sources.jar | 189 bytes |
context-client-8.3.0-1008-javadoc.jar | 208 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sdl.web/context-client/ -->
<dependency>
<groupId>com.sdl.web</groupId>
<artifactId>context-client</artifactId>
<version>8.3.0-1008</version>
</dependency>
// https://jarcasting.com/artifacts/com.sdl.web/context-client/
implementation 'com.sdl.web:context-client:8.3.0-1008'
// https://jarcasting.com/artifacts/com.sdl.web/context-client/
implementation ("com.sdl.web:context-client:8.3.0-1008")
'com.sdl.web:context-client:jar:8.3.0-1008'
<dependency org="com.sdl.web" name="context-client" rev="8.3.0-1008">
<artifact name="context-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sdl.web', module='context-client', version='8.3.0-1008')
)
libraryDependencies += "com.sdl.web" % "context-client" % "8.3.0-1008"
[com.sdl.web/context-client "8.3.0-1008"]