n

nbui-drag

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