8
Home
Кошкофликт edited this page 2026-06-23 03:36:43 +00:00
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

Позволяет совершать преобразования с двоичными числами.
Создавался изначально для Minecraft сервера MeowSMP.

Инструкция по установке в проект:

Gradle:

build.gradle.kts

repositories {
    // Подключение репозитория пакетов Thiflict
    maven("https://git.ds1.thiflict.ru/api/packages/Thiflict/maven")
}

dependencies {
    // Добавить пакет в зависимости
    implementation("ru.thiflict.binaryutils:binary-utils:1.0.3") // в Wiki всегда укзаывается актуальная версия
}