| License |
License |
|---|---|
| GroupId | GroupIdorg.finos |
| ArtifactId | ArtifactIdfinos |
| Version | Version2 |
| Type | Typepom |
| Description |
DescriptionThe FINOS Parent POM
Delivers code automation for projects hosted by the FINOS that build with Apache Maven
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| finos-2.pom | 21 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.finos/finos/ -->
<dependency>
<groupId>org.finos</groupId>
<artifactId>finos</artifactId>
<version>2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.finos/finos/
implementation 'org.finos:finos:2'
// https://jarcasting.com/artifacts/org.finos/finos/
implementation ("org.finos:finos:2")
'org.finos:finos:pom:2'
<dependency org="org.finos" name="finos" rev="2">
<artifact name="finos" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.finos', module='finos', version='2')
)
libraryDependencies += "org.finos" % "finos" % "2"
[org.finos/finos "2"]