| Группа | Группаorg.dmfs |
|---|---|
| Идентификатор | Идентификаторcontentpal-testing |
| Версия | Версия0.9 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| contentpal-testing-0.9.pom | |
| contentpal-testing-0.9.aar | 31 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.dmfs/contentpal-testing/ -->
<dependency>
<groupId>org.dmfs</groupId>
<artifactId>contentpal-testing</artifactId>
<version>0.9</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.dmfs/contentpal-testing/
implementation 'org.dmfs:contentpal-testing:0.9'
// https://jarcasting.com/artifacts/org.dmfs/contentpal-testing/
implementation ("org.dmfs:contentpal-testing:0.9")
'org.dmfs:contentpal-testing:aar:0.9'
<dependency org="org.dmfs" name="contentpal-testing" rev="0.9">
<artifact name="contentpal-testing" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.dmfs', module='contentpal-testing', version='0.9')
)
libraryDependencies += "org.dmfs" % "contentpal-testing" % "0.9"
[org.dmfs/contentpal-testing "0.9"]