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