<dependency> <groupId>net.kencochrane.raven</groupId> <artifactId>sentry-stub</artifactId> <version>6.0.0</version> <type>war</type> </dependency>
implementation 'net.kencochrane.raven:sentry-stub:6.0.0'
implementation("net.kencochrane.raven:sentry-stub:6.0.0")
libraryDependencies += "net.kencochrane.raven" % "sentry-stub" % "6.0.0"
@Grapes( @Grab(group='net.kencochrane.raven', module='sentry-stub', version='6.0.0') )
<dependency org="net.kencochrane.raven" name="sentry-stub" rev="6.0.0" />
[net.kencochrane.raven/sentry-stub "6.0.0"]
'net.kencochrane.raven:sentry-stub:jar:6.0.0'
<parent> <groupId>net.kencochrane.raven</groupId> <artifactId>raven-all</artifactId> <version>6.0.0</version> </parent>
compile
|-- com.google.guava:guava
|-- com.fasterxml.jackson.core:jackson-core
|-- com.fasterxml.jackson.core:jackson-annotations
|-- com.fasterxml.jackson.core:jackson-databind
provided
|-- javax.servlet:javax.servlet-api:3.0.1