| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.apandey |
| ArtifactId | ArtifactIdclinical |
| Last Version | Last Version0.1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionclinical
a health check framework for java applications
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| clinical-0.1.2.pom | |
| clinical-0.1.2.jar | 4 KB |
| clinical-0.1.2-sources.jar | 1 KB |
| clinical-0.1.2-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.apandey/clinical/ -->
<dependency>
<groupId>com.apandey</groupId>
<artifactId>clinical</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.apandey/clinical/
implementation 'com.apandey:clinical:0.1.2'
// https://jarcasting.com/artifacts/com.apandey/clinical/
implementation ("com.apandey:clinical:0.1.2")
'com.apandey:clinical:jar:0.1.2'
<dependency org="com.apandey" name="clinical" rev="0.1.2">
<artifact name="clinical" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.apandey', module='clinical', version='0.1.2')
)
libraryDependencies += "com.apandey" % "clinical" % "0.1.2"
[com.apandey/clinical "0.1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.21 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.4.2 |
| com.willowtreeapps.assertk : assertk-jvm | jar | 0.14 |