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