<dependency>
<groupId>com.github.mjeanroy</groupId>
<artifactId>springmvc-uadetector</artifactId>
<version>0.1.1</version>
</dependency>
@Grapes(
@Grab(group='com.github.mjeanroy', module='springmvc-uadetector', version='0.1.1')
)
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>5</version> </parent>
compile
|-- net.sf.uadetector:uadetector-resources:2014.08
|-- org.springframework:spring-webmvc:4.1.0.RELEASE
|-- com.google.guava:guava:17.0
|-- net.sf.ehcache:ehcache:2.8.4
provided
|-- javax.servlet:javax.servlet-api:3.1.0
test
|-- junit:junit:4.11
|-- org.mockito:mockito-all:1.9.5