<dependency>
<groupId>org.hspconsortium.carewebframework</groupId>
<artifactId>cwf-plugin-scenario</artifactId>
<version>3.0.0-RC1</version>
</dependency>
libraryDependencies += "org.hspconsortium.carewebframework" % "cwf-plugin-scenario" % "3.0.0-RC1"
@Grapes(
@Grab(group='org.hspconsortium.carewebframework', module='cwf-plugin-scenario', version='3.0.0-RC1')
)
<dependency org="org.hspconsortium.carewebframework" name="cwf-plugin-scenario" rev="3.0.0-RC1" />
<parent> <groupId>org.hspconsortium.carewebframework</groupId> <artifactId>cwf-ui-parent</artifactId> <version>3.0.0-RC1</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