| GroupId | GroupIdcom.sdl.dxa |
|---|---|
| ArtifactId | ArtifactIddxa-framework |
| Version | Version1.4.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| dxa-framework-1.4.0.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sdl.dxa/dxa-framework/ -->
<dependency>
<groupId>com.sdl.dxa</groupId>
<artifactId>dxa-framework</artifactId>
<version>1.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sdl.dxa/dxa-framework/
implementation 'com.sdl.dxa:dxa-framework:1.4.0'
// https://jarcasting.com/artifacts/com.sdl.dxa/dxa-framework/
implementation ("com.sdl.dxa:dxa-framework:1.4.0")
'com.sdl.dxa:dxa-framework:pom:1.4.0'
<dependency org="com.sdl.dxa" name="dxa-framework" rev="1.4.0">
<artifact name="dxa-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sdl.dxa', module='dxa-framework', version='1.4.0')
)
libraryDependencies += "com.sdl.dxa" % "dxa-framework" % "1.4.0"
[com.sdl.dxa/dxa-framework "1.4.0"]