| GroupId | GroupIdorg.bahmni.module |
|---|---|
| ArtifactId | ArtifactIdappointments-omod |
| Version | Version1.2.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| appointments-omod-1.2.1.pom | |
| appointments-omod-1.2.1.jar | 248 KB |
| appointments-omod-1.2.1-tests.jar | 150 KB |
| appointments-omod-1.2.1-sources.jar | 41 KB |
| appointments-omod-1.2.1-javadoc.jar | 234 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.bahmni.module/appointments-omod/ -->
<dependency>
<groupId>org.bahmni.module</groupId>
<artifactId>appointments-omod</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.bahmni.module/appointments-omod/
implementation 'org.bahmni.module:appointments-omod:1.2.1'
// https://jarcasting.com/artifacts/org.bahmni.module/appointments-omod/
implementation ("org.bahmni.module:appointments-omod:1.2.1")
'org.bahmni.module:appointments-omod:jar:1.2.1'
<dependency org="org.bahmni.module" name="appointments-omod" rev="1.2.1">
<artifact name="appointments-omod" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bahmni.module', module='appointments-omod', version='1.2.1')
)
libraryDependencies += "org.bahmni.module" % "appointments-omod" % "1.2.1"
[org.bahmni.module/appointments-omod "1.2.1"]