19 lines
920 B
TOML
19 lines
920 B
TOML
# This file was generated by the Gradle 'init' task.
|
|
# https://docs.gradle.org/current/userguide/platforms.html#sub::toml-dependencies-format
|
|
|
|
[versions]
|
|
groovy = '4.0.27'
|
|
jakarta-inject = '2.0.1'
|
|
jetbrains-annotations = '26.0.2'
|
|
junit = '5.13.0'
|
|
log4j = '2.24.3'
|
|
slf4j = '2.0.17'
|
|
|
|
[libraries]
|
|
groovy = { module = 'org.apache.groovy:groovy', version.ref = 'groovy' }
|
|
jakarta-inject = { module = 'jakarta.inject:jakarta.inject-api', version.ref = 'jakarta-inject' }
|
|
jetbrains-anotations = { module = 'org.jetbrains:annotations', version.ref = 'jetbrains-annotations' }
|
|
slf4j-api = { module = 'org.slf4j:slf4j-api', version.ref = 'slf4j' }
|
|
junit-jupiter-api = { module = 'org.junit.jupiter:junit-jupiter-api', version.ref = 'junit' }
|
|
log4j-core = { module = 'org.apache.logging.log4j:log4j-core', version.ref = 'log4j' }
|
|
log4j-slf4jBinding = { module = 'org.apache.logging.log4j:log4j-slf4j2-impl', version.ref = 'log4j' } |