<dependency>
<groupId>org.hspconsortium.carewebframework</groupId>
<artifactId>cwf-plugin-scenario</artifactId>
<version>2.0.0</version>
</dependency>
libraryDependencies += "org.hspconsortium.carewebframework" % "cwf-plugin-scenario" % "2.0.0"
@Grapes(
@Grab(group='org.hspconsortium.carewebframework', module='cwf-plugin-scenario', version='2.0.0')
)
<dependency org="org.hspconsortium.carewebframework" name="cwf-plugin-scenario" rev="2.0.0" />
<parent> <groupId>org.hspconsortium.carewebframework</groupId> <artifactId>cwf-ui-parent</artifactId> <version>2.0.0</version> </parent>
compile
|-- org.carewebframework:org.carewebframework.shell
|-- org.hspconsortium.carewebframework:cwf-api-core
|-- org.hspconsortium.carewebframework:cwf-api-scenario
|-- org.hspconsortium.carewebframework:cwf-ui-patientselection-core
|-- junit:junit