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