<dependency>
<groupId>io.github.askmeagain</groupId>
<artifactId>meshinery-core-spring</artifactId>
<version>0.1.5</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='io.github.askmeagain', module='meshinery-core-spring', version='0.1.5')
)
compile
|-- io.github.askmeagain:meshinery-core:0.1.5
|-- org.springframework.boot:spring-boot-starter-web:2.6.1
runtime
|-- org.slf4j:slf4j-api:1.7.32
|-- org.apache.logging.log4j:log4j-api:2.15.0
|-- org.apache.logging.log4j:log4j-to-slf4j:2.15.0
|-- org.springframework.boot:spring-boot-starter-validation:2.6.1