d

dashboard

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