| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.pnxtest |
| Идентификатор | Идентификаторpnx-test-starter-parent |
| Последняя версия | Последняя версия1.0.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеpnx-test-starter-parent
Parent pom providing dependency and plugin management for applications built with Maven
|
| Имя Файла | Размер |
|---|---|
| pnx-test-starter-parent-1.0.2.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.pnxtest/pnx-test-starter-parent/ -->
<dependency>
<groupId>com.pnxtest</groupId>
<artifactId>pnx-test-starter-parent</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.pnxtest/pnx-test-starter-parent/
implementation 'com.pnxtest:pnx-test-starter-parent:1.0.2'
// https://jarcasting.com/artifacts/com.pnxtest/pnx-test-starter-parent/
implementation ("com.pnxtest:pnx-test-starter-parent:1.0.2")
'com.pnxtest:pnx-test-starter-parent:pom:1.0.2'
<dependency org="com.pnxtest" name="pnx-test-starter-parent" rev="1.0.2">
<artifact name="pnx-test-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.pnxtest', module='pnx-test-starter-parent', version='1.0.2')
)
libraryDependencies += "com.pnxtest" % "pnx-test-starter-parent" % "1.0.2"
[com.pnxtest/pnx-test-starter-parent "1.0.2"]