License |
License |
---|---|
GroupId | GroupIdorg.apache.submarine |
ArtifactId | ArtifactIdworkbench-web |
Last Version | Last Version0.3.0 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionSubmarine: Workbench Web
Submarine Workbench
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
workbench-web-0.3.0.pom | |
workbench-web-0.3.0.war | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.submarine/workbench-web/ -->
<dependency>
<groupId>org.apache.submarine</groupId>
<artifactId>workbench-web</artifactId>
<version>0.3.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.submarine/workbench-web/
implementation 'org.apache.submarine:workbench-web:0.3.0'
// https://jarcasting.com/artifacts/org.apache.submarine/workbench-web/
implementation ("org.apache.submarine:workbench-web:0.3.0")
'org.apache.submarine:workbench-web:war:0.3.0'
<dependency org="org.apache.submarine" name="workbench-web" rev="0.3.0">
<artifact name="workbench-web" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.submarine', module='workbench-web', version='0.3.0')
)
libraryDependencies += "org.apache.submarine" % "workbench-web" % "0.3.0"
[org.apache.submarine/workbench-web "0.3.0"]