<dependency>
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-core</artifactId>
<version>2.1.3</version>
</dependency>
@Grapes(
@Grab(group='uk.org.webcompere', module='system-stubs-core', version='2.1.3')
)
<parent> <groupId>uk.org.webcompere</groupId> <artifactId>system-stubs-parent</artifactId> <version>2.1.3</version> </parent>
compile
|-- net.bytebuddy:byte-buddy-agent
|-- com.github.spotbugs:spotbugs-annotations
provided
|-- uk.org.webcompere:system-stubs-interceptor
test
|-- org.apache.commons:commons-lang3