| Группа | Группаcom.github.sebhoss |
|---|---|
| Идентификатор | Идентификаторtesting-bom |
| Версия | Версия2.0.5 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| testing-bom-2.0.5.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.sebhoss/testing-bom/ -->
<dependency>
<groupId>com.github.sebhoss</groupId>
<artifactId>testing-bom</artifactId>
<version>2.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sebhoss/testing-bom/
implementation 'com.github.sebhoss:testing-bom:2.0.5'
// https://jarcasting.com/artifacts/com.github.sebhoss/testing-bom/
implementation ("com.github.sebhoss:testing-bom:2.0.5")
'com.github.sebhoss:testing-bom:pom:2.0.5'
<dependency org="com.github.sebhoss" name="testing-bom" rev="2.0.5">
<artifact name="testing-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sebhoss', module='testing-bom', version='2.0.5')
)
libraryDependencies += "com.github.sebhoss" % "testing-bom" % "2.0.5"
[com.github.sebhoss/testing-bom "2.0.5"]