| Группа | Группаcom.sdl.dxa |
|---|---|
| Идентификатор | Идентификаторdxa-compatible |
| Версия | Версия2.0.0-CTP1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| dxa-compatible-2.0.0-CTP1.pom | |
| dxa-compatible-2.0.0-CTP1.jar | 3 KB |
| dxa-compatible-2.0.0-CTP1-sources.jar | 2 KB |
| dxa-compatible-2.0.0-CTP1-javadoc.jar | 36 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.sdl.dxa/dxa-compatible/ -->
<dependency>
<groupId>com.sdl.dxa</groupId>
<artifactId>dxa-compatible</artifactId>
<version>2.0.0-CTP1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sdl.dxa/dxa-compatible/
implementation 'com.sdl.dxa:dxa-compatible:2.0.0-CTP1'
// https://jarcasting.com/artifacts/com.sdl.dxa/dxa-compatible/
implementation ("com.sdl.dxa:dxa-compatible:2.0.0-CTP1")
'com.sdl.dxa:dxa-compatible:jar:2.0.0-CTP1'
<dependency org="com.sdl.dxa" name="dxa-compatible" rev="2.0.0-CTP1">
<artifact name="dxa-compatible" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sdl.dxa', module='dxa-compatible', version='2.0.0-CTP1')
)
libraryDependencies += "com.sdl.dxa" % "dxa-compatible" % "2.0.0-CTP1"
[com.sdl.dxa/dxa-compatible "2.0.0-CTP1"]