| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.oneandone.stool |
| ArtifactId | ArtifactIddashboard |
| Version | Version3.4.5 |
| Type | Typewar |
| Filename | Size |
|---|---|
| dashboard-3.4.5.pom | |
| dashboard-3.4.5.war | 16 MB |
| dashboard-3.4.5-sources.jar | 23 KB |
| dashboard-3.4.5-javadoc.jar | 103 KB |
| dashboard-3.4.5-dashboard.deb | 47 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.oneandone.stool/dashboard/ -->
<dependency>
<groupId>net.oneandone.stool</groupId>
<artifactId>dashboard</artifactId>
<version>3.4.5</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/net.oneandone.stool/dashboard/
implementation 'net.oneandone.stool:dashboard:3.4.5'
// https://jarcasting.com/artifacts/net.oneandone.stool/dashboard/
implementation ("net.oneandone.stool:dashboard:3.4.5")
'net.oneandone.stool:dashboard:war:3.4.5'
<dependency org="net.oneandone.stool" name="dashboard" rev="3.4.5">
<artifact name="dashboard" type="war" />
</dependency>
@Grapes(
@Grab(group='net.oneandone.stool', module='dashboard', version='3.4.5')
)
libraryDependencies += "net.oneandone.stool" % "dashboard" % "3.4.5"
[net.oneandone.stool/dashboard "3.4.5"]