b

binding

An android library for easy to use binding.
https://github.com/sposer
Apache License 2.0
heue
文件下载
文件名 操作
binding-1.0.3.pom 下载
Apache Maven
<dependency>
  <groupId>top.heue.utils</groupId>
  <artifactId>binding</artifactId>
  <version>1.0.3</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'top.heue.utils:binding:1.0.3'
Gradle Kotlin
implementation("top.heue.utils:binding:1.0.3")
Scala SBT
libraryDependencies += "top.heue.utils" % "binding" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='top.heue.utils', module='binding', version='1.0.3')
)
Apache Ivy
<dependency org="top.heue.utils" name="binding" rev="1.0.3" />
Leiningen
[top.heue.utils/binding "1.0.3"]
Apache Buildr
'top.heue.utils:binding:jar:1.0.3'