<dependency>
<groupId>io.github.redick01</groupId>
<artifactId>log-helper-example-spring-namespace</artifactId>
<version>1.0-RELEASE</version>
</dependency>
libraryDependencies += "io.github.redick01" % "log-helper-example-spring-namespace" % "1.0-RELEASE"
@Grapes(
@Grab(group='io.github.redick01', module='log-helper-example-spring-namespace', version='1.0-RELEASE')
)
<dependency org="io.github.redick01" name="log-helper-example-spring-namespace" rev="1.0-RELEASE" />
<parent> <groupId>io.github.redick01</groupId> <artifactId>log-helper-example</artifactId> <version>1.0-RELEASE</version> </parent>
compile
|-- com.fasterxml.jackson.core:jackson-databind:2.11.4
|-- com.fasterxml.jackson.core:jackson-core:2.11.4
|-- org.springframework.boot:spring-boot-starter-web
|-- org.springframework.boot:spring-boot-starter-logging