is not current version
Last Version 3.0

io.silverware:microservices-bom 1.0

SilverWare Microservices Platform Bill of Materials.

Categories

Categories

Microservices Container
GroupId

GroupId

io.silverware
ArtifactId

ArtifactId

microservices-bom
Version

Version

1.0
Type

Type

pom

Download microservices-bom 1.0

Filename Size
microservices-bom-1.0.pom 10 KB
Browse

<!-- https://jarcasting.com/artifacts/io.silverware/microservices-bom/ -->
<dependency>
    <groupId>io.silverware</groupId>
    <artifactId>microservices-bom</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.silverware/microservices-bom/
implementation 'io.silverware:microservices-bom:1.0'
// https://jarcasting.com/artifacts/io.silverware/microservices-bom/
implementation ("io.silverware:microservices-bom:1.0")
'io.silverware:microservices-bom:pom:1.0'
<dependency org="io.silverware" name="microservices-bom" rev="1.0">
  <artifact name="microservices-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.silverware', module='microservices-bom', version='1.0')
)
libraryDependencies += "io.silverware" % "microservices-bom" % "1.0"
[io.silverware/microservices-bom "1.0"]