is not current version
Last Version 2.0.6

com.github.sebhoss:testing-bom 2.0.1


GroupId

GroupId

com.github.sebhoss
ArtifactId

ArtifactId

testing-bom
Version

Version

2.0.1
Type

Type

jar

Download testing-bom 2.0.1


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