| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.jakewharton.byteunits |
| Идентификатор | Идентификаторbyteunits |
| Версия | Версия0.9.1 |
| Тип | Типjar |
| Описание |
ОписаниеByte Units
Utility classes for converting between granularities of SI and IEC byte units and bit units.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| byteunits-0.9.1.pom | |
| byteunits-0.9.1.jar | 22 KB |
| byteunits-0.9.1-sources.jar | 7 KB |
| byteunits-0.9.1-javadoc.jar | 45 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.jakewharton.byteunits/byteunits/ -->
<dependency>
<groupId>com.jakewharton.byteunits</groupId>
<artifactId>byteunits</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jakewharton.byteunits/byteunits/
implementation 'com.jakewharton.byteunits:byteunits:0.9.1'
// https://jarcasting.com/artifacts/com.jakewharton.byteunits/byteunits/
implementation ("com.jakewharton.byteunits:byteunits:0.9.1")
'com.jakewharton.byteunits:byteunits:jar:0.9.1'
<dependency org="com.jakewharton.byteunits" name="byteunits" rev="0.9.1">
<artifact name="byteunits" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jakewharton.byteunits', module='byteunits', version='0.9.1')
)
libraryDependencies += "com.jakewharton.byteunits" % "byteunits" % "0.9.1"
[com.jakewharton.byteunits/byteunits "0.9.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |