GroupId | GroupIdcom.sdl.dxa |
---|---|
ArtifactId | ArtifactIddxa-common |
Version | Version2.2.7 |
Type | Typejar |
Filename | Size |
---|---|
dxa-common-2.2.7.pom | |
dxa-common-2.2.7.jar | 88 KB |
dxa-common-2.2.7-sources.jar | 46 KB |
dxa-common-2.2.7-javadoc.jar | 440 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sdl.dxa/dxa-common/ -->
<dependency>
<groupId>com.sdl.dxa</groupId>
<artifactId>dxa-common</artifactId>
<version>2.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.sdl.dxa/dxa-common/
implementation 'com.sdl.dxa:dxa-common:2.2.7'
// https://jarcasting.com/artifacts/com.sdl.dxa/dxa-common/
implementation ("com.sdl.dxa:dxa-common:2.2.7")
'com.sdl.dxa:dxa-common:jar:2.2.7'
<dependency org="com.sdl.dxa" name="dxa-common" rev="2.2.7">
<artifact name="dxa-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sdl.dxa', module='dxa-common', version='2.2.7')
)
libraryDependencies += "com.sdl.dxa" % "dxa-common" % "2.2.7"
[com.sdl.dxa/dxa-common "2.2.7"]