| Группа | Группаat.favre.lib |
|---|---|
| Идентификатор | Идентификаторbytes |
| Версия | Версия0.4.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| bytes-0.4.4.pom | |
| bytes-0.4.4.jar | 63 KB |
| bytes-0.4.4-sources.jar | 38 KB |
| bytes-0.4.4-javadoc.jar | 223 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/at.favre.lib/bytes/ -->
<dependency>
<groupId>at.favre.lib</groupId>
<artifactId>bytes</artifactId>
<version>0.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/at.favre.lib/bytes/
implementation 'at.favre.lib:bytes:0.4.4'
// https://jarcasting.com/artifacts/at.favre.lib/bytes/
implementation ("at.favre.lib:bytes:0.4.4")
'at.favre.lib:bytes:jar:0.4.4'
<dependency org="at.favre.lib" name="bytes" rev="0.4.4">
<artifact name="bytes" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.favre.lib', module='bytes', version='0.4.4')
)
libraryDependencies += "at.favre.lib" % "bytes" % "0.4.4"
[at.favre.lib/bytes "0.4.4"]