GroupId | GroupIdcom.github.eluleci |
---|---|
ArtifactId | ArtifactIdflatui |
Version | Version0.1.3 |
Type | Typeaar |
Filename | Size |
---|---|
flatui-0.1.3.pom | |
flatui-0.1.3.aar | 1 MB |
flatui-0.1.3-sources.jar | 11 KB |
flatui-0.1.3-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.eluleci/flatui/ -->
<dependency>
<groupId>com.github.eluleci</groupId>
<artifactId>flatui</artifactId>
<version>0.1.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.eluleci/flatui/
implementation 'com.github.eluleci:flatui:0.1.3'
// https://jarcasting.com/artifacts/com.github.eluleci/flatui/
implementation ("com.github.eluleci:flatui:0.1.3")
'com.github.eluleci:flatui:aar:0.1.3'
<dependency org="com.github.eluleci" name="flatui" rev="0.1.3">
<artifact name="flatui" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.eluleci', module='flatui', version='0.1.3')
)
libraryDependencies += "com.github.eluleci" % "flatui" % "0.1.3"
[com.github.eluleci/flatui "0.1.3"]