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