GroupId | GroupIdcom.medplum |
---|---|
ArtifactId | ArtifactIdmedplum-core |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
medplum-core-0.0.1.pom | |
medplum-core-0.0.1.jar | 2 MB |
medplum-core-0.0.1-sources.jar | 1 MB |
medplum-core-0.0.1-javadoc.jar | 11 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.medplum/medplum-core/ -->
<dependency>
<groupId>com.medplum</groupId>
<artifactId>medplum-core</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.medplum/medplum-core/
implementation 'com.medplum:medplum-core:0.0.1'
// https://jarcasting.com/artifacts/com.medplum/medplum-core/
implementation ("com.medplum:medplum-core:0.0.1")
'com.medplum:medplum-core:jar:0.0.1'
<dependency org="com.medplum" name="medplum-core" rev="0.0.1">
<artifact name="medplum-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.medplum', module='medplum-core', version='0.0.1')
)
libraryDependencies += "com.medplum" % "medplum-core" % "0.0.1"
[com.medplum/medplum-core "0.0.1"]