<dependency>
<groupId>org.hspconsortium.carewebframework</groupId>
<artifactId>cwf-plugin-familyhistory</artifactId>
<version>3.0.0-RC4</version>
</dependency>
implementation 'org.hspconsortium.carewebframework:cwf-plugin-familyhistory:3.0.0-RC4'
implementation("org.hspconsortium.carewebframework:cwf-plugin-familyhistory:3.0.0-RC4")
libraryDependencies += "org.hspconsortium.carewebframework" % "cwf-plugin-familyhistory" % "3.0.0-RC4"
@Grapes(
@Grab(group='org.hspconsortium.carewebframework', module='cwf-plugin-familyhistory', version='3.0.0-RC4')
)
<dependency org="org.hspconsortium.carewebframework" name="cwf-plugin-familyhistory" rev="3.0.0-RC4" />