<dependency>
<groupId>io.github.sunwenjieIT</groupId>
<artifactId>spring-boot-webmvc-version-mapping</artifactId>
<version>1.0.2-RELEASE</version>
</dependency>
implementation group: 'io.github.sunwenjieIT', name: 'spring-boot-webmvc-version-mapping', version: '1.0.2-RELEASE'
implementation 'io.github.sunwenjieIT:spring-boot-webmvc-version-mapping:1.0.2-RELEASE'
implementation("io.github.sunwenjieIT:spring-boot-webmvc-version-mapping:1.0.2-RELEASE")
libraryDependencies += "io.github.sunwenjieIT" % "spring-boot-webmvc-version-mapping" % "1.0.2-RELEASE"
<dependency org="io.github.sunwenjieIT" name="spring-boot-webmvc-version-mapping" rev="1.0.2-RELEASE"/>
@Grapes(
@Grab(group='io.github.sunwenjieIT', module='spring-boot-webmvc-version-mapping', version='1.0.2-RELEASE')
)
[io.github.sunwenjieIT/spring-boot-webmvc-version-mapping "1.0.2-RELEASE"]
'io.github.sunwenjieIT:spring-boot-webmvc-version-mapping:jar:1.0.2-RELEASE'