Files
BinaryUtils/readme.md

17 lines
496 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# BinaryUtils
Детальная информация о проекте лежит в Wiki
как импортировать в проект:
`build.gradle.kts`:
```kotlin
repositories {
// Добавить в repositories
maven("https://git.ds1.thiflict.ru/api/packages/Thiflict/maven")
}
dependencies {
// Добавить в dependencies
implementation("ru.thiflict.binaryutils:binary-utils:1.0.2") // У релизов всегда актуальная версия
}
```