MVN

org.jvnet.hudson.plugins : dashboard-view

Maven & Gradle

Jan 19, 2011
5 usages

Dashboard View · Hudson view that shows various cuts of build information via configured portlets.

<dependency>
    <groupId>org.jvnet.hudson.plugins</groupId>
    <artifactId>dashboard-view</artifactId>
    <version>1.8.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jvnet.hudson.plugins : dashboard-view to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.2

All Versions

Choose a version of org.jvnet.hudson.plugins : dashboard-view to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
dashboard-view-1.8.2
dashboard-view-1.8.1
1.8
dashboard-view-1.8
1.7
dashboard-view-1.7
1.6
dashboard-view-1.6
1.5
dashboard-view-1.5
1.4
dashboard-view-1.4
1.3
dashboard-view-1.3
1.1
dashboard-view-1.1
1.0
dashboard-view-1.0

How to add a dependency to Maven

Add the following org.jvnet.hudson.plugins : dashboard-view maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jvnet.hudson.plugins</groupId>
    <artifactId>dashboard-view</artifactId>
    <version>1.8.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jvnet.hudson.plugins : dashboard-view gradle dependency to your build.gradle file:

implementation 'org.jvnet.hudson.plugins:dashboard-view:1.8.2'

Gradle Kotlin DSL: Add the following org.jvnet.hudson.plugins : dashboard-view gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jvnet.hudson.plugins:dashboard-view:1.8.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jvnet.hudson.plugins : dashboard-view sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jvnet.hudson.plugins" % "dashboard-view" % "1.8.2"