| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.nfalco79 |
| Идентификатор | Идентификаторparent |
| Последняя версия | Последняя версия1.0.0-beta1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеOrganisation Parent pom.xml
A Maven parent pom where define common lifecycle for these projects
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| parent-1.0.0-beta1.pom | 22 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.nfalco79/parent/ -->
<dependency>
<groupId>com.github.nfalco79</groupId>
<artifactId>parent</artifactId>
<version>1.0.0-beta1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nfalco79/parent/
implementation 'com.github.nfalco79:parent:1.0.0-beta1'
// https://jarcasting.com/artifacts/com.github.nfalco79/parent/
implementation ("com.github.nfalco79:parent:1.0.0-beta1")
'com.github.nfalco79:parent:pom:1.0.0-beta1'
<dependency org="com.github.nfalco79" name="parent" rev="1.0.0-beta1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.nfalco79', module='parent', version='1.0.0-beta1')
)
libraryDependencies += "com.github.nfalco79" % "parent" % "1.0.0-beta1"
[com.github.nfalco79/parent "1.0.0-beta1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.mockito : mockito-core | jar | 4.3.1 |
| org.assertj : assertj-core | jar | 3.22.0 |