MVN

org.finos : finos

Maven & Gradle

Jan 23, 2023
9 stars

The FINOS Parent POM · Parent POM for FINOS hosted project that deliver release, deployment automation and more

<dependency>
    <groupId>org.finos</groupId>
    <artifactId>finos</artifactId>
    <version>5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.finos : finos to add to Maven - Latest Versions:

  • Latest Stable: 5

All Versions

Choose a version of org.finos : finos to add to Maven - All Versions:

Version Vulnerabilities Updated
5
finos-5
4
finos-4
3
finos-3
2
finos-2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.finos</groupId>
    <artifactId>finos</artifactId>
    <version>5</version>
</dependency>