d

dashboard

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