| License |
License |
|---|---|
| GroupId | GroupIdorg.bahmni.module |
| ArtifactId | ArtifactIdcommon |
| Version | Version0.94.1 |
| Type | Typejar |
| Description |
DescriptionVarious functional utilities needed by bahmni
|
| Filename | Size |
|---|---|
| common-0.94.1.pom | |
| common-0.94.1.jar | 9 KB |
| common-0.94.1-tests.jar | 5 KB |
| common-0.94.1-sources.jar | 7 KB |
| common-0.94.1-javadoc.jar | 83 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.bahmni.module/common/ -->
<dependency>
<groupId>org.bahmni.module</groupId>
<artifactId>common</artifactId>
<version>0.94.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.bahmni.module/common/
implementation 'org.bahmni.module:common:0.94.1'
// https://jarcasting.com/artifacts/org.bahmni.module/common/
implementation ("org.bahmni.module:common:0.94.1")
'org.bahmni.module:common:jar:0.94.1'
<dependency org="org.bahmni.module" name="common" rev="0.94.1">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bahmni.module', module='common', version='0.94.1')
)
libraryDependencies += "org.bahmni.module" % "common" % "0.94.1"
[org.bahmni.module/common "0.94.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.openmrs.api » openmrs-api | jar | 1.12.0 |
| com.google.code.gson : gson | jar | 2.3.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.powermock : powermock-module-junit4 | jar | 1.6.5 |
| org.powermock : powermock-api-mockito | jar | 1.6.5 |