Maven parent POMs
This directory contains maven parent POMs that we are using in our child projects.
They are obviously managed with Maven, and bundled mvnw can be used to perform necessary actions.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииUtility Универсальные библиотеки |
| Группа | Группаio.ayte.utility.predicate |
| Идентификатор | Идентификаторparent |
| Последняя версия | Последняя версия0.1.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеAyte :: Utility :: Predicate
Set of unary, binary and ternary predicate implementations for ease of development and debugging
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| parent-0.1.0.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.ayte.utility.predicate/parent/ -->
<dependency>
<groupId>io.ayte.utility.predicate</groupId>
<artifactId>parent</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.ayte.utility.predicate/parent/
implementation 'io.ayte.utility.predicate:parent:0.1.0'
// https://jarcasting.com/artifacts/io.ayte.utility.predicate/parent/
implementation ("io.ayte.utility.predicate:parent:0.1.0")
'io.ayte.utility.predicate:parent:pom:0.1.0'
<dependency org="io.ayte.utility.predicate" name="parent" rev="0.1.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.ayte.utility.predicate', module='parent', version='0.1.0')
)
libraryDependencies += "io.ayte.utility.predicate" % "parent" % "0.1.0"
[io.ayte.utility.predicate/parent "0.1.0"]
This directory contains maven parent POMs that we are using in our child projects.
They are obviously managed with Maven, and bundled mvnw can be used to perform necessary actions.