<dependency>
<groupId>com.github.stefanbirkner</groupId>
<artifactId>contarini-jsp</artifactId>
<version>0.1.0</version>
</dependency>
@Grapes(
@Grab(group='com.github.stefanbirkner', module='contarini-jsp', version='0.1.0')
)
<parent> <groupId>com.github.stefanbirkner</groupId> <artifactId>lib-parent</artifactId> <version>2</version> </parent>
compile
|-- com.github.stefanbirkner:contarini
provided
|-- javax.servlet.jsp:javax.servlet.jsp-api
test
|-- junit:junit:4.11
|-- org.hamcrest:hamcrest-core:1.3
|-- org.hamcrest:hamcrest-library:1.3