<dependency> <groupId>top.infra</groupId> <artifactId>spring-boot-commons</artifactId> <version>1.0.2.U6</version> </dependency>
'top.infra:spring-boot-commons:jar:1.0.2.U6'
<dependency org="top.infra" name="spring-boot-commons" rev="1.0.2.U6"> <artifact name="spring-boot-commons" type="jar" /> </dependency>
@Grapes( @Grab(group='top.infra', module='spring-boot-commons', version='1.0.2.U6') )
compile 'top.infra:spring-boot-commons:1.0.2.U6'
libraryDependencies += "top.infra" % "spring-boot-commons" % "1.0.2.U6"
[top.infra/spring-boot-commons "1.0.2.U6"]