is not current version
Last Version 2.1.0-b3

ch.leadrian.stubr:stubr-bom 1.4.0

Library for instantiating stub objects in unit tests

GroupId

GroupId

ch.leadrian.stubr
ArtifactId

ArtifactId

stubr-bom
Version

Version

1.4.0
Type

Type

pom

Download stubr-bom 1.4.0


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