b

byteunits

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