b

byteunits-iosx64

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