Files download
File Operation
reporter-config-parent-3.0.0.pom download
Apache Maven
<dependency>
  <groupId>com.addthis.metrics</groupId>
  <artifactId>reporter-config-parent</artifactId>
  <version>3.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.addthis.metrics:reporter-config-parent:3.0.0'
Gradle Kotlin
implementation("com.addthis.metrics:reporter-config-parent:3.0.0")
Scala SBT
libraryDependencies += "com.addthis.metrics" % "reporter-config-parent" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.addthis.metrics', module='reporter-config-parent', version='3.0.0')
)
Apache Ivy
<dependency org="com.addthis.metrics" name="reporter-config-parent" rev="3.0.0" />
Leiningen
[com.addthis.metrics/reporter-config-parent "3.0.0"]
Apache Buildr
'com.addthis.metrics:reporter-config-parent:jar:3.0.0'