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