GroupId | GroupIdcom.zeoflow |
---|---|
ArtifactId | ArtifactIdmaterial-elements |
Version | Version2.4.3 |
Type | Typeaar |
Filename | Size |
---|---|
material-elements-2.4.3.pom | |
material-elements-2.4.3.aar | 1 MB |
material-elements-2.4.3-sources.jar | 881 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zeoflow/material-elements/ -->
<dependency>
<groupId>com.zeoflow</groupId>
<artifactId>material-elements</artifactId>
<version>2.4.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.zeoflow/material-elements/
implementation 'com.zeoflow:material-elements:2.4.3'
// https://jarcasting.com/artifacts/com.zeoflow/material-elements/
implementation ("com.zeoflow:material-elements:2.4.3")
'com.zeoflow:material-elements:aar:2.4.3'
<dependency org="com.zeoflow" name="material-elements" rev="2.4.3">
<artifact name="material-elements" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.zeoflow', module='material-elements', version='2.4.3')
)
libraryDependencies += "com.zeoflow" % "material-elements" % "2.4.3"
[com.zeoflow/material-elements "2.4.3"]