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