GroupId | GroupIdcom.adobe.dx |
---|---|
ArtifactId | ArtifactIdtesting |
Version | Version0.0.10 |
Type | Typejar |
Filename | Size |
---|---|
testing-0.0.10.pom | |
testing-0.0.10.jar | 13 KB |
testing-0.0.10-sources.jar | 13 KB |
testing-0.0.10-source-release.zip | 18 KB |
testing-0.0.10-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.adobe.dx/testing/ -->
<dependency>
<groupId>com.adobe.dx</groupId>
<artifactId>testing</artifactId>
<version>0.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.adobe.dx/testing/
implementation 'com.adobe.dx:testing:0.0.10'
// https://jarcasting.com/artifacts/com.adobe.dx/testing/
implementation ("com.adobe.dx:testing:0.0.10")
'com.adobe.dx:testing:jar:0.0.10'
<dependency org="com.adobe.dx" name="testing" rev="0.0.10">
<artifact name="testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.adobe.dx', module='testing', version='0.0.10')
)
libraryDependencies += "com.adobe.dx" % "testing" % "0.0.10"
[com.adobe.dx/testing "0.0.10"]