GroupId | GroupIdorg.uniflow-kt |
---|---|
ArtifactId | ArtifactIduniflow-android-test |
Version | Version1.0.8 |
Type | Typeaar |
Filename | Size |
---|---|
uniflow-android-test-1.0.8.pom | |
uniflow-android-test-1.0.8-sources.jar | 2 KB |
uniflow-android-test-1.0.8-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.uniflow-kt/uniflow-android-test/ -->
<dependency>
<groupId>org.uniflow-kt</groupId>
<artifactId>uniflow-android-test</artifactId>
<version>1.0.8</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.uniflow-kt/uniflow-android-test/
implementation 'org.uniflow-kt:uniflow-android-test:1.0.8'
// https://jarcasting.com/artifacts/org.uniflow-kt/uniflow-android-test/
implementation ("org.uniflow-kt:uniflow-android-test:1.0.8")
'org.uniflow-kt:uniflow-android-test:aar:1.0.8'
<dependency org="org.uniflow-kt" name="uniflow-android-test" rev="1.0.8">
<artifact name="uniflow-android-test" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.uniflow-kt', module='uniflow-android-test', version='1.0.8')
)
libraryDependencies += "org.uniflow-kt" % "uniflow-android-test" % "1.0.8"
[org.uniflow-kt/uniflow-android-test "1.0.8"]