<dependency>
<groupId>net.wasdev.wlp.starters.springboot-web</groupId>
<artifactId>starter-microservice-springboot-web</artifactId>
<version>0.1</version>
</dependency>
implementation group: 'net.wasdev.wlp.starters.springboot-web', name: 'starter-microservice-springboot-web', version: '0.1'
implementation 'net.wasdev.wlp.starters.springboot-web:starter-microservice-springboot-web:0.1'
implementation("net.wasdev.wlp.starters.springboot-web:starter-microservice-springboot-web:0.1")
libraryDependencies += "net.wasdev.wlp.starters.springboot-web" % "starter-microservice-springboot-web" % "0.1"
<dependency org="net.wasdev.wlp.starters.springboot-web" name="starter-microservice-springboot-web" rev="0.1"/>
@Grapes(
@Grab(group='net.wasdev.wlp.starters.springboot-web', module='starter-microservice-springboot-web', version='0.1')
)
[net.wasdev.wlp.starters.springboot-web/starter-microservice-springboot-web "0.1"]
'net.wasdev.wlp.starters.springboot-web:starter-microservice-springboot-web:jar:0.1'