is not current version
Last Version 2.1.0-b3

ch.leadrian.stubr:stubr-bom 2.0.0

Library for instantiating stub objects in unit tests

GroupId

GroupId

ch.leadrian.stubr
ArtifactId

ArtifactId

stubr-bom
Version

Version

2.0.0
Type

Type

pom

Download stubr-bom 2.0.0


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