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