<dependency>
<groupId>org.glowroot.instrumentation</groupId>
<artifactId>instrumentation-grails</artifactId>
<version>0.14.0</version>
</dependency>
libraryDependencies += "org.glowroot.instrumentation" % "instrumentation-grails" % "0.14.0"
@Grapes(
@Grab(group='org.glowroot.instrumentation', module='instrumentation-grails', version='0.14.0')
)
<dependency org="org.glowroot.instrumentation" name="instrumentation-grails" rev="0.14.0" />
<parent> <groupId>org.glowroot.instrumentation</groupId> <artifactId>instrumentation-parent</artifactId> <version>0.14.0</version> </parent>
provided
|-- org.glowroot.instrumentation:instrumentation-api
test
|-- junit:junit
|-- org.glowroot.instrumentation:instrumentation-test-harness
|-- com.ning:async-http-client:1.8.17
|-- org.apache.tomcat.embed:tomcat-embed-core:7.0.91
|-- org.apache.tomcat.embed:tomcat-embed-jasper:7.0.91
|-- org.apache.tomcat.embed:tomcat-embed-logging-juli:7.0.91
|-- javax.servlet:javax.servlet-api:3.0.1
|-- org.grails:grails-web-boot:3.3.9
|-- org.grails:grails-dependencies:3.3.9
|-- org.glowroot.instrumentation:instrumentation-servlet
|-- org.aspectj:aspectjweaver:1.9.2
|-- org.springframework:spring-context:4.3.22.RELEASE