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