n

nbui-core

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-core-v1.0.1.pom download
nbui-core-v1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.com.rubintry</groupId>
  <artifactId>nbui-core</artifactId>
  <version>v1.0.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'cn.com.rubintry:nbui-core:v1.0.1'
Gradle Kotlin
implementation("cn.com.rubintry:nbui-core:v1.0.1")
Scala SBT
libraryDependencies += "cn.com.rubintry" % "nbui-core" % "v1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='cn.com.rubintry', module='nbui-core', version='v1.0.1')
)
Apache Ivy
<dependency org="cn.com.rubintry" name="nbui-core" rev="v1.0.1" />
Leiningen
[cn.com.rubintry/nbui-core "v1.0.1"]
Apache Buildr
'cn.com.rubintry:nbui-core:jar:v1.0.1'