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