License |
License |
---|---|
GroupId | GroupIdcom.github.userswlwork |
ArtifactId | ArtifactIdMaterialView |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionbaseframe
This project is build to let the view looks like a material design widget when touched.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
MaterialView-1.0.pom | |
MaterialView-1.0.aar | 114 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.userswlwork/MaterialView/ -->
<dependency>
<groupId>com.github.userswlwork</groupId>
<artifactId>MaterialView</artifactId>
<version>1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.userswlwork/MaterialView/
implementation 'com.github.userswlwork:MaterialView:1.0'
// https://jarcasting.com/artifacts/com.github.userswlwork/MaterialView/
implementation ("com.github.userswlwork:MaterialView:1.0")
'com.github.userswlwork:MaterialView:aar:1.0'
<dependency org="com.github.userswlwork" name="MaterialView" rev="1.0">
<artifact name="MaterialView" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.userswlwork', module='MaterialView', version='1.0')
)
libraryDependencies += "com.github.userswlwork" % "MaterialView" % "1.0"
[com.github.userswlwork/MaterialView "1.0"]