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