The FINOS Parent POM

Delivers code automation for projects hosted by the FINOS that build with Apache Maven

Лицензия

Лицензия

Группа

Группа

org.finos
Идентификатор

Идентификатор

finos
Последняя версия

Последняя версия

4
Дата

Дата

Тип

Тип

pom
Описание

Описание

The FINOS Parent POM
Delivers code automation for projects hosted by the FINOS that build with Apache Maven
Ссылка на сайт

Ссылка на сайт

https://finos.org
Организация-разработчик

Организация-разработчик

FINOS
Система контроля версий

Система контроля версий

https://github.com/finos-fdx/finos-parent-pom

Скачать finos

Имя Файла Размер
finos-4.pom 21 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.finos/finos/ -->
<dependency>
    <groupId>org.finos</groupId>
    <artifactId>finos</artifactId>
    <version>4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.finos/finos/
implementation 'org.finos:finos:4'
// https://jarcasting.com/artifacts/org.finos/finos/
implementation ("org.finos:finos:4")
'org.finos:finos:pom:4'
<dependency org="org.finos" name="finos" rev="4">
  <artifact name="finos" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.finos', module='finos', version='4')
)
libraryDependencies += "org.finos" % "finos" % "4"
[org.finos/finos "4"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
4
3
2