| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.pnxtest |
| Идентификатор | Идентификаторpnx-test-bom |
| Последняя версия | Последняя версия1.0.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеpnx-test-bom
Bill of materials to make sure a consistent set of versions is used for pnxtest modules
|
| Имя Файла | Размер |
|---|---|
| pnx-test-bom-1.0.2.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.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.pnxtest/pnx-test-bom/
implementation 'com.pnxtest:pnx-test-bom:1.0.2'
// https://jarcasting.com/artifacts/com.pnxtest/pnx-test-bom/
implementation ("com.pnxtest:pnx-test-bom:1.0.2")
'com.pnxtest:pnx-test-bom:pom:1.0.2'
<dependency org="com.pnxtest" name="pnx-test-bom" rev="1.0.2">
<artifact name="pnx-test-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.pnxtest', module='pnx-test-bom', version='1.0.2')
)
libraryDependencies += "com.pnxtest" % "pnx-test-bom" % "1.0.2"
[com.pnxtest/pnx-test-bom "1.0.2"]