Open-source multiplayer game server compatible with the RuneScape client https://www.openrs2.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
openrs2/gradle/libs.versions.toml

64 lines
3.7 KiB

[versions]
asm = "9.1"
commons-compress = "1.20"
guava = "30.1.1-jre"
guice = "5.0.1"
jackson = "2.12.2"
jimfs = "1.2"
junit = "5.7.1"
kotlin = "1.4.32"
kotlinCoroutines = "1.4.3"
ktor = "1.5.3"
netty = "4.1.63.Final"
nettyIoUring = "0.0.5.Final"
[libraries]
asm-commons = { module="org.ow2.asm:asm-commons", version.ref="asm" }
asm-core = { module="org.ow2.asm:asm", version.ref="asm" }
asm-tree = { module="org.ow2.asm:asm-tree", version.ref="asm" }
asm-util = { module="org.ow2.asm:asm-util", version.ref="asm" }
bootstrap = { module="org.webjars:bootstrap", version="4.6.0-1" }
bouncyCastle-pkix = { module="org.bouncycastle:bcpkix-jdk15on", version="1.68" }
bouncyCastle-provider = { module="org.bouncycastle:bcprov-jdk15on", version="1.68" }
byteUnits = { module="com.jakewharton.byteunits:byteunits", version="0.9.1" }
clikt = { module="com.github.ajalt.clikt:clikt", version="3.1.0" }
commons-compress = { module="org.apache.commons:commons-compress", version.ref="commons-compress" }
fastutil = { module="it.unimi.dsi:fastutil", version="8.5.4" }
fernflower = { module="org.openrs2:fernflower", version="1.1.0" }
flyway = { module="org.flywaydb:flyway-core", version="7.7.3" }
guava = { module="com.google.guava:guava", version.ref="guava" }
guice = { module="com.google.inject:guice", version.ref="guice" }
h2 = { module="com.h2database:h2", version="1.4.200" }
hikaricp = { module="com.zaxxer:HikariCP", version="4.0.3" }
inlineLogger = { module="com.michael-bull.kotlin-inline-logger:kotlin-inline-logger", version="1.0.3" }
jackson-databind = { module="com.fasterxml.jackson.core:jackson-databind", version.ref="jackson" }
jackson-kotlin = { module="com.fasterxml.jackson.module:jackson-module-kotlin", version.ref="jackson" }
jackson-yaml = { module="com.fasterxml.jackson.dataformat:jackson-dataformat-yaml", version.ref="jackson" }
javaParser = { module="com.github.javaparser:javaparser-symbol-solver-core", version="3.20.2" }
jdom = { module="org.jdom:jdom2", version="2.0.6" }
jgrapht = { module="org.jgrapht:jgrapht-core", version="1.5.1" }
jimfs = { module="com.google.jimfs:jimfs", version.ref="jimfs" }
jsoup = { module="org.jsoup:jsoup", version="1.13.1" }
junit-api = { module="org.junit.jupiter:junit-jupiter-api", version={ strictly="5.7.1" } }
junit-engine = { module="org.junit.jupiter:junit-jupiter-engine", version.ref="junit" }
kotlin-coroutines-core = { module="org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref="kotlinCoroutines" }
kotlin-coroutines-test = { module="org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref="kotlinCoroutines" }
ktor-jackson = { module="io.ktor:ktor-jackson", version.ref="ktor" }
ktor-server-netty = { module="io.ktor:ktor-server-netty", version.ref="ktor" }
ktor-thymeleaf = { module="io.ktor:ktor-thymeleaf", version.ref="ktor" }
ktor-webjars = { module="io.ktor:ktor-webjars", version.ref="ktor" }
logback = { module="ch.qos.logback:logback-classic", version="1.2.3" }
netty-buffer = { module="io.netty:netty-buffer", version.ref="netty" }
netty-codec = { module="io.netty:netty-codec", version.ref="netty" }
netty-transport = { module="io.netty:netty-transport", version.ref="netty" }
openrs2-natives = { module="org.openrs2:openrs2-natives-all", version="3.2.0" }
postgres = { module="org.postgresql:postgresql", version="42.2.19" }
thymeleaf-core = { module="org.thymeleaf:thymeleaf", version="3.0.12.RELEASE" }
thymeleaf-java8time = { module="org.thymeleaf.extras:thymeleaf-extras-java8time", version="3.0.4.RELEASE" }
xz = { module="org.tukaani:xz", version="1.9" }
[bundles]
asm = ["asm-core", "asm-commons", "asm-tree", "asm-util"]
bouncyCastle = ["bouncyCastle-pkix", "bouncyCastle-provider"]
ktor = ["ktor-jackson", "ktor-server-netty", "ktor-thymeleaf", "ktor-webjars"]
thymeleaf = ["thymeleaf-core", "thymeleaf-java8time"]