n

nbui-pull

NBUI?As the name suggests, This is a fantastic UI view library , it contains some UI components that are not easily found in other UI libraries.
https://github.com/rubintry/NBUI
The Apache License, Version 2.0
rubintry
Files download
File Operation
nbui-pull-beta-1.0.8.pom download
nbui-pull-beta-1.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.com.rubintry.nbui</groupId>
  <artifactId>nbui-pull</artifactId>
  <version>beta-1.0.8</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'cn.com.rubintry.nbui:nbui-pull:beta-1.0.8'
Gradle Kotlin
implementation("cn.com.rubintry.nbui:nbui-pull:beta-1.0.8")
Scala SBT
libraryDependencies += "cn.com.rubintry.nbui" % "nbui-pull" % "beta-1.0.8"
Groovy Grape
@Grapes(
  @Grab(group='cn.com.rubintry.nbui', module='nbui-pull', version='beta-1.0.8')
)
Apache Ivy
<dependency org="cn.com.rubintry.nbui" name="nbui-pull" rev="beta-1.0.8" />
Leiningen
[cn.com.rubintry.nbui/nbui-pull "beta-1.0.8"]
Apache Buildr
'cn.com.rubintry.nbui:nbui-pull:jar:beta-1.0.8'