<dependency>
<groupId>org.openforis.commons</groupId>
<artifactId>commons-web</artifactId>
<version>0.1.27</version>
</dependency>
@Grapes(
@Grab(group='org.openforis.commons', module='commons-web', version='0.1.27')
)
<parent> <groupId>org.openforis.commons</groupId> <artifactId>commons</artifactId> <version>0.1.27</version> </parent>
compile
|-- org.openforis.commons:commons-concurrency
|-- org.springframework:spring-webmvc:3.2.8.RELEASE
|-- commons-beanutils:commons-beanutils:1.9.2
provided
|-- javax.servlet:servlet-api:2.5
test
|-- junit:junit