<dependency>
<groupId>com.the-qa-company</groupId>
<artifactId>qendpoint-backend</artifactId>
<version>2.4.0</version>
</dependency>
@Grapes(
@Grab(group='com.the-qa-company', module='qendpoint-backend', version='2.4.0')
)
<parent> <groupId>com.the-qa-company</groupId> <artifactId>qendpoint-parent</artifactId> <version>2.4.0</version> </parent>
compile
|-- com.fasterxml.jackson.core:jackson-databind:2.18.1
|-- com.fasterxml.jackson.core:jackson-core:2.18.1
|-- ch.qos.logback:logback-core:1.5.6
|-- ch.qos.logback:logback-classic:1.5.6
|-- org.springframework.boot:spring-boot-starter-web:3.4.0
|-- org.springframework.boot:spring-boot-starter-security:3.4.0
|-- org.springframework.boot:spring-boot-devtools:3.4.0
|-- org.springframework.boot:spring-boot-starter-actuator:3.4.0
|-- com.the-qa-company:qendpoint
|-- commons-codec:commons-codec:1.15
test