-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
28 lines (26 loc) · 1.37 KB
/
libs.versions.toml
File metadata and controls
28 lines (26 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[versions]
logback = "1.5.16"
scrimage = "4.3.0"
twelvemonkeys = "3.12.0"
[libraries]
batik = "org.apache.xmlgraphics:batik-transcoder:1.18"
gson = "com.google.code.gson:gson:2.11.0"
hamcrest = "org.hamcrest:hamcrest-core:3.0"
imageio-batik = { module = "com.twelvemonkeys.imageio:imageio-batik", version.ref = "twelvemonkeys" }
imageio-psd = { module = "com.twelvemonkeys.imageio:imageio-psd", version.ref = "twelvemonkeys" }
jave = "ws.schild:jave-core:3.5.0"
junit = "org.junit.jupiter:junit-jupiter:5.11.4"
junit-platform = "org.junit.platform:junit-platform-launcher:1.11.4"
logback-classic = { module = "ch.qos.logback:logback-classic", version.ref = "logback" }
logback-core = { module = "ch.qos.logback:logback-core", version.ref = "logback" }
mockwebserver = "com.squareup.okhttp3:mockwebserver3-junit5:5.0.0-alpha.14"
okio = "com.squareup.okio:okio:3.10.1"
scrimage-core = { module = "com.sksamuel.scrimage:scrimage-core", version.ref = "scrimage" }
scrimage-formats-extra = { module = "com.sksamuel.scrimage:scrimage-formats-extra", version.ref = "scrimage" }
scrimage-webp = { module = "com.sksamuel.scrimage:scrimage-webp", version.ref = "scrimage" }
slf4j-api = "org.slf4j:slf4j-api:2.0.16"
telegram-bot-api = "com.github.pengrad:java-telegram-bot-api:7.11.0"
tika = "org.apache.tika:tika-core:3.0.0"
[plugins]
runtime = "org.beryx.runtime:1.13.1"
shadow = "com.gradleup.shadow:8.3.5"