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.fabricator |
| Идентификатор | Идентификаторapi |
| Последняя версия | Последняя версия0.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеAyte :: Utility :: Fabricator :: API
Fabricator interface, a java.util.function.Supplier that may throw
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| api-0.1.0.pom | |
| api-0.1.0.jar | 4 KB |
| api-0.1.0-sources.jar | 3 KB |
| api-0.1.0-javadoc.jar | 402 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.ayte.utility.fabricator/api/ -->
<dependency>
<groupId>io.ayte.utility.fabricator</groupId>
<artifactId>api</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.ayte.utility.fabricator/api/
implementation 'io.ayte.utility.fabricator:api:0.1.0'
// https://jarcasting.com/artifacts/io.ayte.utility.fabricator/api/
implementation ("io.ayte.utility.fabricator:api:0.1.0")
'io.ayte.utility.fabricator:api:jar:0.1.0'
<dependency org="io.ayte.utility.fabricator" name="api" rev="0.1.0">
<artifact name="api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ayte.utility.fabricator', module='api', version='0.1.0')
)
libraryDependencies += "io.ayte.utility.fabricator" % "api" % "0.1.0"
[io.ayte.utility.fabricator/api "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.