Categories |
CategoriesMicroservices Container |
---|---|
GroupId | GroupIdbe.ordina |
ArtifactId | ArtifactIdmicroservices-dashboard-server |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/be.ordina/microservices-dashboard-server/ -->
<dependency>
<groupId>be.ordina</groupId>
<artifactId>microservices-dashboard-server</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/be.ordina/microservices-dashboard-server/
implementation 'be.ordina:microservices-dashboard-server:1.0.0'
// https://jarcasting.com/artifacts/be.ordina/microservices-dashboard-server/
implementation ("be.ordina:microservices-dashboard-server:1.0.0")
'be.ordina:microservices-dashboard-server:jar:1.0.0'
<dependency org="be.ordina" name="microservices-dashboard-server" rev="1.0.0">
<artifact name="microservices-dashboard-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.ordina', module='microservices-dashboard-server', version='1.0.0')
)
libraryDependencies += "be.ordina" % "microservices-dashboard-server" % "1.0.0"
[be.ordina/microservices-dashboard-server "1.0.0"]