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