b

byteunits

Utility classes for converting between granularities of SI and IEC byte units and bit units.
Apache License Version 2.0
文件下载
文件名 操作
byteunits-0.9.0.jar 下载
byteunits-0.9.0.pom 下载
byteunits-0.9.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.jakewharton.byteunits</groupId>
  <artifactId>byteunits</artifactId>
  <version>0.9.0</version>
</dependency>
Gradle Groovy
implementation 'com.jakewharton.byteunits:byteunits:0.9.0'
Gradle Kotlin
implementation("com.jakewharton.byteunits:byteunits:0.9.0")
Scala SBT
libraryDependencies += "com.jakewharton.byteunits" % "byteunits" % "0.9.0"
Groovy Grape
@Grapes(
  @Grab(group='com.jakewharton.byteunits', module='byteunits', version='0.9.0')
)
Apache Ivy
<dependency org="com.jakewharton.byteunits" name="byteunits" rev="0.9.0" />
Leiningen
[com.jakewharton.byteunits/byteunits "0.9.0"]
Apache Buildr
'com.jakewharton.byteunits:byteunits:jar:0.9.0'