MVN

org.objectweb.fractal : parent

Maven & Gradle

Jun 19, 2007

The Fractal component model parent project · Fractal is a modular and extensible component model that can be used with various programming languages to design, implement, deploy and reconfigure various systems and applications, from operating systems to middleware platforms and to graphical user interfaces.

<dependency>
    <groupId>org.objectweb.fractal</groupId>
    <artifactId>parent</artifactId>
    <version>2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.objectweb.fractal : parent to add to Maven - Latest Versions:

  • Latest Stable: 2.0

All Versions

Choose a version of org.objectweb.fractal : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0
parent-2.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.objectweb.fractal</groupId>
    <artifactId>parent</artifactId>
    <version>2.0</version>
</dependency>