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