<dependency> <groupId>com.google.android</groupId> <artifactId>android-test</artifactId> <version>4.0.1.2</version> </dependency>
implementation 'com.google.android:android-test:4.0.1.2'
implementation("com.google.android:android-test:4.0.1.2")
libraryDependencies += "com.google.android" % "android-test" % "4.0.1.2"
@Grapes( @Grab(group='com.google.android', module='android-test', version='4.0.1.2') )
<dependency org="com.google.android" name="android-test" rev="4.0.1.2" />
[com.google.android/android-test "4.0.1.2"]
'com.google.android:android-test:jar:4.0.1.2'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- com.google.android:android:4.0.1.2
|-- junit:junit:3.8.2