<dependency>
<groupId>io.github.redick01</groupId>
<artifactId>log-helper-spring-boot-starter-common</artifactId>
<version>1.0.1-RELEASE</version>
</dependency>
implementation 'io.github.redick01:log-helper-spring-boot-starter-common:1.0.1-RELEASE'
implementation("io.github.redick01:log-helper-spring-boot-starter-common:1.0.1-RELEASE")
libraryDependencies += "io.github.redick01" % "log-helper-spring-boot-starter-common" % "1.0.1-RELEASE"
@Grapes(
@Grab(group='io.github.redick01', module='log-helper-spring-boot-starter-common', version='1.0.1-RELEASE')
)
<dependency org="io.github.redick01" name="log-helper-spring-boot-starter-common" rev="1.0.1-RELEASE" />