r

reports

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