MVN

com.regnosys.rosetta : com.regnosys.rosetta.parent

Maven & Gradle

Dec 12, 2023
21 stars

Rosetta DSL Parent POM · Rosetta is a Domain-Specific Language (DSL) that supports the modelling of operational processes for the financial markets' industry. Its purpose is to promote consistency and inter-operability between the various implementations of these processes. This parent project manages dependencies of the modules that make up the Rosetta DSL.

<dependency>
    <groupId>com.regnosys.rosetta</groupId>
    <artifactId>com.regnosys.rosetta.parent</artifactId>
    <version>9.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.regnosys.rosetta : com.regnosys.rosetta.parent to add to Maven - Latest Versions:

  • Latest Stable: 9.2.0

All Versions

Choose a version of com.regnosys.rosetta : com.regnosys.rosetta.parent to add to Maven - All Versions:

Version Vulnerabilities Updated
9.2.x
com.regnosys.rosetta.parent-9.2.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.regnosys.rosetta</groupId>
    <artifactId>com.regnosys.rosetta.parent</artifactId>
    <version>9.2.0</version>
</dependency>