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