<dependency>
<groupId>org.carewebframework</groupId>
<artifactId>org.carewebframework.ui.core</artifactId>
<version>4.0.2</version>
</dependency>
@Grapes(
@Grab(group='org.carewebframework', module='org.carewebframework.ui.core', version='4.0.2')
)
<dependency org="org.carewebframework" name="org.carewebframework.ui.core" rev="4.0.2" />
<parent> <groupId>org.carewebframework</groupId> <artifactId>org.carewebframework.ui-parent</artifactId> <version>4.0.2</version> </parent>
compile
|-- org.carewebframework:org.carewebframework.api.core
|-- org.carewebframework:org.carewebframework.common
|-- javax.servlet:javax.servlet-api
|-- commons-digester:commons-digester
|-- commons-beanutils:commons-beanutils
|-- commons-codec:commons-codec
|-- org.apache.httpcomponents:httpclient
|-- org.apache.httpcomponents:httpcore
|-- org.springframework:spring-core
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.springframework:spring-web
|-- junit:junit