<dependency>
<groupId>org.carewebframework</groupId>
<artifactId>org.carewebframework.help.ohj-parent</artifactId>
<version>6.0.0-RC2</version>
</dependency>
implementation group: 'org.carewebframework', name: 'org.carewebframework.help.ohj-parent', version: '6.0.0-RC2'
implementation 'org.carewebframework:org.carewebframework.help.ohj-parent:6.0.0-RC2'
implementation("org.carewebframework:org.carewebframework.help.ohj-parent:6.0.0-RC2")
libraryDependencies += "org.carewebframework" % "org.carewebframework.help.ohj-parent" % "6.0.0-RC2"
<dependency org="org.carewebframework" name="org.carewebframework.help.ohj-parent" rev="6.0.0-RC2"/>
@Grapes(
@Grab(group='org.carewebframework', module='org.carewebframework.help.ohj-parent', version='6.0.0-RC2')
)
[org.carewebframework/org.carewebframework.help.ohj-parent "6.0.0-RC2"]
'org.carewebframework:org.carewebframework.help.ohj-parent:jar:6.0.0-RC2'