GroupId | GroupIdbe.fluid-it.microservice.bundle |
---|---|
ArtifactId | ArtifactIdmicroservice-bundle-showcase |
Version | Version0.1-4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/be.fluid-it.microservice.bundle/microservice-bundle-showcase/ -->
<dependency>
<groupId>be.fluid-it.microservice.bundle</groupId>
<artifactId>microservice-bundle-showcase</artifactId>
<version>0.1-4</version>
</dependency>
// https://jarcasting.com/artifacts/be.fluid-it.microservice.bundle/microservice-bundle-showcase/
implementation 'be.fluid-it.microservice.bundle:microservice-bundle-showcase:0.1-4'
// https://jarcasting.com/artifacts/be.fluid-it.microservice.bundle/microservice-bundle-showcase/
implementation ("be.fluid-it.microservice.bundle:microservice-bundle-showcase:0.1-4")
'be.fluid-it.microservice.bundle:microservice-bundle-showcase:jar:0.1-4'
<dependency org="be.fluid-it.microservice.bundle" name="microservice-bundle-showcase" rev="0.1-4">
<artifact name="microservice-bundle-showcase" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.fluid-it.microservice.bundle', module='microservice-bundle-showcase', version='0.1-4')
)
libraryDependencies += "be.fluid-it.microservice.bundle" % "microservice-bundle-showcase" % "0.1-4"
[be.fluid-it.microservice.bundle/microservice-bundle-showcase "0.1-4"]