2022-04-05 17:10:08 +00:00
|
|
|
plugins {
|
|
|
|
java
|
|
|
|
`java-library`
|
|
|
|
}
|
|
|
|
|
|
|
|
description = "A module acting as glue for all PlutoEngine components."
|
|
|
|
|
|
|
|
dependencies {
|
2022-04-16 12:40:59 +00:00
|
|
|
api("org.jetbrains", "annotations", "23.0.0")
|
|
|
|
|
|
|
|
implementation("org.apache.commons", "commons-lang3", "3.12.0")
|
|
|
|
implementation("org.apache.commons", "commons-collections4", "4.4")
|
2022-04-05 17:10:08 +00:00
|
|
|
|
|
|
|
}
|