is not current version
Last Version 1.0.5

tech.guazi.base:baseframe 1.0.0

This project is build to let the view looks like a material design widget when touched.

GroupId

GroupId

tech.guazi.base
ArtifactId

ArtifactId

baseframe
Version

Version

1.0.0
Type

Type

aar

Download baseframe 1.0.0


<!-- https://jarcasting.com/artifacts/tech.guazi.base/baseframe/ -->
<dependency>
    <groupId>tech.guazi.base</groupId>
    <artifactId>baseframe</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/tech.guazi.base/baseframe/
implementation 'tech.guazi.base:baseframe:1.0.0'
// https://jarcasting.com/artifacts/tech.guazi.base/baseframe/
implementation ("tech.guazi.base:baseframe:1.0.0")
'tech.guazi.base:baseframe:aar:1.0.0'
<dependency org="tech.guazi.base" name="baseframe" rev="1.0.0">
  <artifact name="baseframe" type="aar" />
</dependency>
@Grapes(
@Grab(group='tech.guazi.base', module='baseframe', version='1.0.0')
)
libraryDependencies += "tech.guazi.base" % "baseframe" % "1.0.0"
[tech.guazi.base/baseframe "1.0.0"]