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