is not current version
Last Version 2.1.0-b3

ch.leadrian.stubr:stubr-bom 2.0.1

Library for instantiating stub objects in unit tests

GroupId

GroupId

ch.leadrian.stubr
ArtifactId

ArtifactId

stubr-bom
Version

Version

2.0.1
Type

Type

pom

Download stubr-bom 2.0.1


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