GroupId | GroupIdio.mehow.laboratory |
---|---|
ArtifactId | ArtifactIdlaboratory-android |
Version | Version0.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
laboratory-android-0.1.0.pom | |
laboratory-android-0.1.0-sources.jar | 1 KB |
laboratory-android-0.1.0-javadoc.jar | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.mehow.laboratory/laboratory-android/ -->
<dependency>
<groupId>io.mehow.laboratory</groupId>
<artifactId>laboratory-android</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.mehow.laboratory/laboratory-android/
implementation 'io.mehow.laboratory:laboratory-android:0.1.0'
// https://jarcasting.com/artifacts/io.mehow.laboratory/laboratory-android/
implementation ("io.mehow.laboratory:laboratory-android:0.1.0")
'io.mehow.laboratory:laboratory-android:aar:0.1.0'
<dependency org="io.mehow.laboratory" name="laboratory-android" rev="0.1.0">
<artifact name="laboratory-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.mehow.laboratory', module='laboratory-android', version='0.1.0')
)
libraryDependencies += "io.mehow.laboratory" % "laboratory-android" % "0.1.0"
[io.mehow.laboratory/laboratory-android "0.1.0"]