| Categories |
CategoriesEclipse Che Development Tools IDE CLI User Interface |
|---|---|
| GroupId | GroupIdorg.eclipse.che.dashboard |
| ArtifactId | ArtifactIdche-dashboard-war |
| Version | Version7.12.0 |
| Type | Typewar |
| Filename | Size |
|---|---|
| che-dashboard-war-7.12.0.pom | |
| che-dashboard-war-7.12.0.war | 5 MB |
| che-dashboard-war-7.12.0-sources.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.che.dashboard/che-dashboard-war/ -->
<dependency>
<groupId>org.eclipse.che.dashboard</groupId>
<artifactId>che-dashboard-war</artifactId>
<version>7.12.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.che.dashboard/che-dashboard-war/
implementation 'org.eclipse.che.dashboard:che-dashboard-war:7.12.0'
// https://jarcasting.com/artifacts/org.eclipse.che.dashboard/che-dashboard-war/
implementation ("org.eclipse.che.dashboard:che-dashboard-war:7.12.0")
'org.eclipse.che.dashboard:che-dashboard-war:war:7.12.0'
<dependency org="org.eclipse.che.dashboard" name="che-dashboard-war" rev="7.12.0">
<artifact name="che-dashboard-war" type="war" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.che.dashboard', module='che-dashboard-war', version='7.12.0')
)
libraryDependencies += "org.eclipse.che.dashboard" % "che-dashboard-war" % "7.12.0"
[org.eclipse.che.dashboard/che-dashboard-war "7.12.0"]