m

modular-views

An attempt at the modularization of Views to handle touch/draw delegation between registerable modules.
https://github.com/mattsilber/modular-views
The Apache License, Version 2.0
Matt Silber
文件下载
文件名 操作
modular-views-1.0.8.pom 下载
modular-views-1.0.8-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.guardanis</groupId>
  <artifactId>modular-views</artifactId>
  <version>1.0.8</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.guardanis:modular-views:1.0.8'
Gradle Kotlin
implementation("com.guardanis:modular-views:1.0.8")
Scala SBT
libraryDependencies += "com.guardanis" % "modular-views" % "1.0.8"
Groovy Grape
@Grapes(
  @Grab(group='com.guardanis', module='modular-views', version='1.0.8')
)
Apache Ivy
<dependency org="com.guardanis" name="modular-views" rev="1.0.8" />
Leiningen
[com.guardanis/modular-views "1.0.8"]
Apache Buildr
'com.guardanis:modular-views:jar:1.0.8'
本项目依赖
该项目无第三方依赖