| GroupId | GroupIdcom.sdl.web |
|---|---|
| ArtifactId | ArtifactIddiscovery-common |
| Version | Version8.1.1-1009 |
| Type | Typejar |
| Filename | Size |
|---|---|
| discovery-common-8.1.1-1009.pom | |
| discovery-common-8.1.1-1009.jar | 60 KB |
| discovery-common-8.1.1-1009-sources.jar | 189 bytes |
| discovery-common-8.1.1-1009-javadoc.jar | 277 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sdl.web/discovery-common/ -->
<dependency>
<groupId>com.sdl.web</groupId>
<artifactId>discovery-common</artifactId>
<version>8.1.1-1009</version>
</dependency>
// https://jarcasting.com/artifacts/com.sdl.web/discovery-common/
implementation 'com.sdl.web:discovery-common:8.1.1-1009'
// https://jarcasting.com/artifacts/com.sdl.web/discovery-common/
implementation ("com.sdl.web:discovery-common:8.1.1-1009")
'com.sdl.web:discovery-common:jar:8.1.1-1009'
<dependency org="com.sdl.web" name="discovery-common" rev="8.1.1-1009">
<artifact name="discovery-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sdl.web', module='discovery-common', version='8.1.1-1009')
)
libraryDependencies += "com.sdl.web" % "discovery-common" % "8.1.1-1009"
[com.sdl.web/discovery-common "8.1.1-1009"]