r

reports

Reports Feature
https://github.com/crud-studio/feature-depot/reports
MIT License
Idan Elhalwani Shani Holdengreber
Files download
File Operation
reports-0.1.0.jar download
reports-0.1.0.pom download
reports-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>studio.crud.feature</groupId>
  <artifactId>reports</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'studio.crud.feature:reports:0.1.0'
Gradle Kotlin
implementation("studio.crud.feature:reports:0.1.0")
Scala SBT
libraryDependencies += "studio.crud.feature" % "reports" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='studio.crud.feature', module='reports', version='0.1.0')
)
Apache Ivy
<dependency org="studio.crud.feature" name="reports" rev="0.1.0" />
Leiningen
[studio.crud.feature/reports "0.1.0"]
Apache Buildr
'studio.crud.feature:reports:jar:0.1.0'