k

kore

A Kotlin DSL to create Minecraft datapacks.
github.com/Ayfri/Kore
GPLv3
Roy Pierre
文件下载
文件名 操作
kore-1.6.0-24w12a.jar 下载
kore-1.6.0-24w12a.pom 下载
kore-1.6.0-24w12a-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.ayfri.kore</groupId>
  <artifactId>kore</artifactId>
  <version>1.6.0-24w12a</version>
</dependency>
Gradle Groovy
implementation 'io.github.ayfri.kore:kore:1.6.0-24w12a'
Gradle Kotlin
implementation("io.github.ayfri.kore:kore:1.6.0-24w12a")
Scala SBT
libraryDependencies += "io.github.ayfri.kore" % "kore" % "1.6.0-24w12a"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ayfri.kore', module='kore', version='1.6.0-24w12a')
)
Apache Ivy
<dependency org="io.github.ayfri.kore" name="kore" rev="1.6.0-24w12a" />
Leiningen
[io.github.ayfri.kore/kore "1.6.0-24w12a"]
Apache Buildr
'io.github.ayfri.kore:kore:jar:1.6.0-24w12a'