| GroupId | GroupIdorg.dmfs |
|---|---|
| ArtifactId | ArtifactIdcontentpal-testing |
| Version | Version0.6 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| contentpal-testing-0.6.pom | |
| contentpal-testing-0.6.aar | 29 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.dmfs/contentpal-testing/ -->
<dependency>
<groupId>org.dmfs</groupId>
<artifactId>contentpal-testing</artifactId>
<version>0.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.dmfs/contentpal-testing/
implementation 'org.dmfs:contentpal-testing:0.6'
// https://jarcasting.com/artifacts/org.dmfs/contentpal-testing/
implementation ("org.dmfs:contentpal-testing:0.6")
'org.dmfs:contentpal-testing:aar:0.6'
<dependency org="org.dmfs" name="contentpal-testing" rev="0.6">
<artifact name="contentpal-testing" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.dmfs', module='contentpal-testing', version='0.6')
)
libraryDependencies += "org.dmfs" % "contentpal-testing" % "0.6"
[org.dmfs/contentpal-testing "0.6"]