GroupId | GroupIdcom.unflow |
---|---|
ArtifactId | ArtifactIdunflow-ui |
Version | Version1.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
unflow-ui-1.0.1.pom | |
unflow-ui-1.0.1-sources.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.unflow/unflow-ui/ -->
<dependency>
<groupId>com.unflow</groupId>
<artifactId>unflow-ui</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.unflow/unflow-ui/
implementation 'com.unflow:unflow-ui:1.0.1'
// https://jarcasting.com/artifacts/com.unflow/unflow-ui/
implementation ("com.unflow:unflow-ui:1.0.1")
'com.unflow:unflow-ui:aar:1.0.1'
<dependency org="com.unflow" name="unflow-ui" rev="1.0.1">
<artifact name="unflow-ui" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.unflow', module='unflow-ui', version='1.0.1')
)
libraryDependencies += "com.unflow" % "unflow-ui" % "1.0.1"
[com.unflow/unflow-ui "1.0.1"]