<dependency>
<groupId>be.fluid-it.microservice.bundle</groupId>
<artifactId>microservice-bundle-showcase-delivery</artifactId>
<version>0.1-16</version>
</dependency>
implementation group: 'be.fluid-it.microservice.bundle', name: 'microservice-bundle-showcase-delivery', version: '0.1-16'
implementation 'be.fluid-it.microservice.bundle:microservice-bundle-showcase-delivery:0.1-16'
implementation("be.fluid-it.microservice.bundle:microservice-bundle-showcase-delivery:0.1-16")
libraryDependencies += "be.fluid-it.microservice.bundle" % "microservice-bundle-showcase-delivery" % "0.1-16"
<dependency org="be.fluid-it.microservice.bundle" name="microservice-bundle-showcase-delivery" rev="0.1-16"/>
@Grapes(
@Grab(group='be.fluid-it.microservice.bundle', module='microservice-bundle-showcase-delivery', version='0.1-16')
)
[be.fluid-it.microservice.bundle/microservice-bundle-showcase-delivery "0.1-16"]
'be.fluid-it.microservice.bundle:microservice-bundle-showcase-delivery:jar:0.1-16'