<dependency>
<groupId>com.github.ffremont.microservices.springboot</groupId>
<artifactId>sb-deployer-parent</artifactId>
<version>1.1.0</version>
</dependency>
implementation group: 'com.github.ffremont.microservices.springboot', name: 'sb-deployer-parent', version: '1.1.0'
implementation 'com.github.ffremont.microservices.springboot:sb-deployer-parent:1.1.0'
implementation("com.github.ffremont.microservices.springboot:sb-deployer-parent:1.1.0")
libraryDependencies += "com.github.ffremont.microservices.springboot" % "sb-deployer-parent" % "1.1.0"
<dependency org="com.github.ffremont.microservices.springboot" name="sb-deployer-parent" rev="1.1.0"/>
@Grapes(
@Grab(group='com.github.ffremont.microservices.springboot', module='sb-deployer-parent', version='1.1.0')
)
[com.github.ffremont.microservices.springboot/sb-deployer-parent "1.1.0"]
'com.github.ffremont.microservices.springboot:sb-deployer-parent:jar:1.1.0'