<dependency>
<groupId>io.github.protocol-laboratory</groupId>
<artifactId>prom-api-client</artifactId>
<version>0.0.1</version>
</dependency>
@Grapes(
@Grab(group='io.github.protocol-laboratory', module='prom-api-client', version='0.0.1')
)
compile
|-- org.projectlombok:lombok:1.18.24
|-- com.squareup.okhttp3:okhttp:4.9.3
|-- com.fasterxml.jackson.core:jackson-core:2.13.4
|-- com.fasterxml.jackson.core:jackson-databind:2.13.4
|-- org.apache.logging.log4j:log4j-slf4j-impl:2.17.2
test
|-- org.junit.jupiter:junit-jupiter-engine:5.9.1