| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.tomgibara.bits |
| Идентификатор | Идентификаторbits |
| Последняя версия | Последняя версия2.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеBits
A library for reading, writing and manipulating bits.
|
| Имя Файла | Размер |
|---|---|
| bits-2.1.0.pom | |
| bits-2.1.0.jar | 67 KB |
| bits-2.1.0-sources.jar | 45 KB |
| bits-2.1.0-javadoc.jar | 168 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.tomgibara.bits/bits/ -->
<dependency>
<groupId>com.tomgibara.bits</groupId>
<artifactId>bits</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tomgibara.bits/bits/
implementation 'com.tomgibara.bits:bits:2.1.0'
// https://jarcasting.com/artifacts/com.tomgibara.bits/bits/
implementation ("com.tomgibara.bits:bits:2.1.0")
'com.tomgibara.bits:bits:jar:2.1.0'
<dependency org="com.tomgibara.bits" name="bits" rev="2.1.0">
<artifact name="bits" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tomgibara.bits', module='bits', version='2.1.0')
)
libraryDependencies += "com.tomgibara.bits" % "bits" % "2.1.0"
[com.tomgibara.bits/bits "2.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.tomgibara.fundament : fundament | jar | 1.1.1 |
| com.tomgibara.hashing : hashing | jar | 2.1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |