| License |
License |
|---|---|
| GroupId | GroupIdorg.bahmni.module |
| ArtifactId | ArtifactIdappointments |
| Version | Version1.3.0 |
| Type | Typepom |
| Description |
DescriptionBahmni Appointment Scheduling
OpenMRS Module Scheduling and managing Appointments.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| appointments-1.3.0.pom | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.bahmni.module/appointments/ -->
<dependency>
<groupId>org.bahmni.module</groupId>
<artifactId>appointments</artifactId>
<version>1.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bahmni.module/appointments/
implementation 'org.bahmni.module:appointments:1.3.0'
// https://jarcasting.com/artifacts/org.bahmni.module/appointments/
implementation ("org.bahmni.module:appointments:1.3.0")
'org.bahmni.module:appointments:pom:1.3.0'
<dependency org="org.bahmni.module" name="appointments" rev="1.3.0">
<artifact name="appointments" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bahmni.module', module='appointments', version='1.3.0')
)
libraryDependencies += "org.bahmni.module" % "appointments" % "1.3.0"
[org.bahmni.module/appointments "1.3.0"]