e

edittextdecimal

EditText Decimal is custom EditText for show decimal with comma(,) and validation of precision & scale.
https://github.com/lordgift/EditTextDecimal
The Apache Software License, Version 2.0
Jarupath Jitdoungprem
文件下载
文件名 操作
edittextdecimal-1.1.pom 下载
edittextdecimal-1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>th.in.lordgift</groupId>
  <artifactId>edittextdecimal</artifactId>
  <version>1.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'th.in.lordgift:edittextdecimal:1.1'
Gradle Kotlin
implementation("th.in.lordgift:edittextdecimal:1.1")
Scala SBT
libraryDependencies += "th.in.lordgift" % "edittextdecimal" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='th.in.lordgift', module='edittextdecimal', version='1.1')
)
Apache Ivy
<dependency org="th.in.lordgift" name="edittextdecimal" rev="1.1" />
Leiningen
[th.in.lordgift/edittextdecimal "1.1"]
Apache Buildr
'th.in.lordgift:edittextdecimal:jar:1.1'
本项目依赖
该项目无第三方依赖