r

reports

Gearcode Report
https://github.com/gearcodehub/report
Apache License 2.0
Shipunov Anton
Files download
File Operation
reports-0.0.1.jar download
reports-0.0.1.pom download
reports-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.gearcode</groupId>
  <artifactId>reports</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'org.gearcode:reports:0.0.1'
Gradle Kotlin
implementation("org.gearcode:reports:0.0.1")
Scala SBT
libraryDependencies += "org.gearcode" % "reports" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.gearcode', module='reports', version='0.0.1')
)
Apache Ivy
<dependency org="org.gearcode" name="reports" rev="0.0.1" />
Leiningen
[org.gearcode/reports "0.0.1"]
Apache Buildr
'org.gearcode:reports:jar:0.0.1'