MVN

org.bahmni.module : bahmni-commons

Maven & Gradle

Feb 20, 2023
0 stars

Bahmni Commons Module · This module has extracted APIs from Bahmni Core, which are being used by bahmni appointments module.

<dependency>
    <groupId>org.bahmni.module</groupId>
    <artifactId>bahmni-commons</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bahmni.module : bahmni-commons to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of org.bahmni.module : bahmni-commons to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
bahmni-commons-1.0.0
0.1
bahmni-commons-0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.bahmni.module</groupId>
    <artifactId>bahmni-commons</artifactId>
    <version>1.0.0</version>
</dependency>

Advertisement