Перейти к содержимому
Mineforgian

farrow

ArrowKt for Fabric (& Quilt)

Загрузки
484
Подписчики
0
Обновлён
13 мая 2024 г.
Лицензия
Apache-2.0

Опубликован 21 февраля 2024 г.

ArrowKT for Fabric (& Quilt).

Farrow provides the JVM implementation of the following:

  • arrow-annotations
  • arrow-atomic
  • arrow-continuations
  • arrow-core
  • arrow-core-serialization
  • arrow-fx-coroutines
  • arrow-fx-stm
  • arrows-optics
  • arrow-resilience

Visit the API Docs

Maven dependency:

val farrowVersion = "1.0.0+arrow.1.2.4" //latest version

repositories {
  //other stuff
  maven("https://maven.wiredtomato.net/releases/")
}

dependencies {
  //other stuff
  include(modImplementation("net.wiredtomato:farrow:$farrowVersion")!!)
}

Комментарии

Загружаем…