GroupId | GroupIdcom.mikepenz |
---|---|
ArtifactId | ArtifactIdmaterialize |
Version | Version1.2.0-rc01 |
Type | Typeaar |
Filename | Size |
---|---|
materialize-1.2.0-rc01.pom | |
materialize-1.2.0-rc01.aar | 91 KB |
materialize-1.2.0-rc01-sources.jar | 23 KB |
materialize-1.2.0-rc01-javadoc.jar | 186 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mikepenz/materialize/ -->
<dependency>
<groupId>com.mikepenz</groupId>
<artifactId>materialize</artifactId>
<version>1.2.0-rc01</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mikepenz/materialize/
implementation 'com.mikepenz:materialize:1.2.0-rc01'
// https://jarcasting.com/artifacts/com.mikepenz/materialize/
implementation ("com.mikepenz:materialize:1.2.0-rc01")
'com.mikepenz:materialize:aar:1.2.0-rc01'
<dependency org="com.mikepenz" name="materialize" rev="1.2.0-rc01">
<artifact name="materialize" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mikepenz', module='materialize', version='1.2.0-rc01')
)
libraryDependencies += "com.mikepenz" % "materialize" % "1.2.0-rc01"
[com.mikepenz/materialize "1.2.0-rc01"]