b

byteunits-iosarm64

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
文件下载
文件名 操作
byteunits-iosarm64-0.11.0.pom 下载
byteunits-iosarm64-0.11.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.vanniktech</groupId>
  <artifactId>byteunits-iosarm64</artifactId>
  <version>0.11.0</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'com.vanniktech:byteunits-iosarm64:0.11.0'
Gradle Kotlin
implementation("com.vanniktech:byteunits-iosarm64:0.11.0")
Scala SBT
libraryDependencies += "com.vanniktech" % "byteunits-iosarm64" % "0.11.0"
Groovy Grape
@Grapes(
  @Grab(group='com.vanniktech', module='byteunits-iosarm64', version='0.11.0')
)
Apache Ivy
<dependency org="com.vanniktech" name="byteunits-iosarm64" rev="0.11.0" />
Leiningen
[com.vanniktech/byteunits-iosarm64 "0.11.0"]
Apache Buildr
'com.vanniktech:byteunits-iosarm64:jar:0.11.0'