8 lines
103 B
Plaintext
8 lines
103 B
Plaintext
plugins {
|
|
id("java-library-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
api(Dependencies.jacksonDatabind)
|
|
}
|