commons-numbers-field

commons-numbers-field

Utilities related to the concept of field.
文件下载
文件名 操作
commons-numbers-field-1.2.jar 下载
commons-numbers-field-1.2.pom 下载
commons-numbers-field-1.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-numbers-field</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'org.apache.commons:commons-numbers-field:1.2'
Gradle Kotlin
implementation("org.apache.commons:commons-numbers-field:1.2")
Scala SBT
libraryDependencies += "org.apache.commons" % "commons-numbers-field" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.commons', module='commons-numbers-field', version='1.2')
)
Apache Ivy
<dependency org="org.apache.commons" name="commons-numbers-field" rev="1.2" />
Leiningen
[org.apache.commons/commons-numbers-field "1.2"]
Apache Buildr
'org.apache.commons:commons-numbers-field:jar:1.2'