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