MVN

ir.msob.jima.parent : jima-bom

Maven & Gradle

Mar 14, 2024

jima-bom · This is the Bill of Materials (BOM) for the Jima framework. It manages the dependencies used across the different modules of the project.

<dependency>
    <groupId>ir.msob.jima.parent</groupId>
    <artifactId>jima-bom</artifactId>
    <version>1.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ir.msob.jima.parent : jima-bom to add to Maven - Latest Versions:

  • Latest Stable: 1.1.4

All Versions

Choose a version of ir.msob.jima.parent : jima-bom to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
jima-bom-1.1.4

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>ir.msob.jima.parent</groupId>
    <artifactId>jima-bom</artifactId>
    <version>1.1.4</version>
</dependency>