GroupId | GroupIdcom.mobgen.halo.android |
---|---|
ArtifactId | ArtifactIdhalo-testing |
Version | Version2.3.3 |
Type | Typeaar |
Filename | Size |
---|---|
halo-testing-2.3.3.pom | |
halo-testing-2.3.3.aar | 12 KB |
halo-testing-2.3.3-sources.jar | 6 KB |
halo-testing-2.3.3-javadoc.jar | 214 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mobgen.halo.android/halo-testing/ -->
<dependency>
<groupId>com.mobgen.halo.android</groupId>
<artifactId>halo-testing</artifactId>
<version>2.3.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mobgen.halo.android/halo-testing/
implementation 'com.mobgen.halo.android:halo-testing:2.3.3'
// https://jarcasting.com/artifacts/com.mobgen.halo.android/halo-testing/
implementation ("com.mobgen.halo.android:halo-testing:2.3.3")
'com.mobgen.halo.android:halo-testing:aar:2.3.3'
<dependency org="com.mobgen.halo.android" name="halo-testing" rev="2.3.3">
<artifact name="halo-testing" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mobgen.halo.android', module='halo-testing', version='2.3.3')
)
libraryDependencies += "com.mobgen.halo.android" % "halo-testing" % "2.3.3"
[com.mobgen.halo.android/halo-testing "2.3.3"]