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