GroupId | GroupIdcom.sdl.web |
---|---|
ArtifactId | ArtifactIdcontent-broker |
Version | Version10.0.0-1015 |
Type | Typejar |
Filename | Size |
---|---|
content-broker-10.0.0-1015.pom | |
content-broker-10.0.0-1015.jar | 47 KB |
content-broker-10.0.0-1015-sources.jar | 189 bytes |
content-broker-10.0.0-1015-javadoc.jar | 122 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sdl.web/content-broker/ -->
<dependency>
<groupId>com.sdl.web</groupId>
<artifactId>content-broker</artifactId>
<version>10.0.0-1015</version>
</dependency>
// https://jarcasting.com/artifacts/com.sdl.web/content-broker/
implementation 'com.sdl.web:content-broker:10.0.0-1015'
// https://jarcasting.com/artifacts/com.sdl.web/content-broker/
implementation ("com.sdl.web:content-broker:10.0.0-1015")
'com.sdl.web:content-broker:jar:10.0.0-1015'
<dependency org="com.sdl.web" name="content-broker" rev="10.0.0-1015">
<artifact name="content-broker" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sdl.web', module='content-broker', version='10.0.0-1015')
)
libraryDependencies += "com.sdl.web" % "content-broker" % "10.0.0-1015"
[com.sdl.web/content-broker "10.0.0-1015"]