Kilian Schuettler 4b86307936 RED-9139: add new TableOfContents Node
* rename previous TableOfContent to SectionTree
* added protobuf compile script
2024-11-08 14:40:54 +01:00

12 lines
298 B
Plaintext

plugins {
id("com.knecon.fforesight.java-conventions")
id("io.freefair.lombok") version "8.4"
}
description = "layoutparser-service-internal-api"
dependencies {
implementation("io.swagger.core.v3:swagger-annotations:2.2.15")
api("com.google.protobuf:protobuf-java-util:4.28.3")
}