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

Scift

Provide Scala standard libraries & runtime for Scala-based Rift mod

Загрузки
826
Подписчики
1
Обновлён
17 августа 2022 г.
Лицензия
CC0-1.0

Опубликован 17 августа 2022 г.

Scift

Scala runtime libraries for Rift

Scift provides the runtime and libraries required for creating Rift mods in Scala. For usage, append the following to your Gradle build script:

plugins {
    id 'scala'
}

repositories {
    maven { url = 'https://jitpack.io' }
}

Scala2

dependencies {
    implementation 'com.github.Nova-Committee:Scift:2-1.1.0'
}

Scala3

dependencies {
    implementation 'com.github.Nova-Committee:Scift:3-1.1.0'
}

Here's an example Scift-based Rift project.

Центр версий

2 из 2
  • Релиз7.6 МБ
  • Релиз6.4 МБ

Комментарии

Загружаем…