GroupId | GroupIdorg.uniflow-kt |
---|---|
ArtifactId | ArtifactIduniflow-android-test |
Version | Version1.0.5 |
Type | Typeaar |
Filename | Size |
---|---|
uniflow-android-test-1.0.5.pom | |
uniflow-android-test-1.0.5-sources.jar | 2 KB |
uniflow-android-test-1.0.5-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.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.uniflow-kt/uniflow-android-test/
implementation 'org.uniflow-kt:uniflow-android-test:1.0.5'
// https://jarcasting.com/artifacts/org.uniflow-kt/uniflow-android-test/
implementation ("org.uniflow-kt:uniflow-android-test:1.0.5")
'org.uniflow-kt:uniflow-android-test:aar:1.0.5'
<dependency org="org.uniflow-kt" name="uniflow-android-test" rev="1.0.5">
<artifact name="uniflow-android-test" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.uniflow-kt', module='uniflow-android-test', version='1.0.5')
)
libraryDependencies += "org.uniflow-kt" % "uniflow-android-test" % "1.0.5"
[org.uniflow-kt/uniflow-android-test "1.0.5"]