Categories |
CategoriesGUI User Interface |
---|---|
GroupId | GroupIdorg.opendaylight.defense4all |
ArtifactId | ArtifactIdwebgui |
Version | Version1.0.12 |
Type | Typewar |
Filename | Size |
---|---|
webgui-1.0.12.pom | |
webgui-1.0.12.war | 38 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.defense4all/webgui/ -->
<dependency>
<groupId>org.opendaylight.defense4all</groupId>
<artifactId>webgui</artifactId>
<version>1.0.12</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.defense4all/webgui/
implementation 'org.opendaylight.defense4all:webgui:1.0.12'
// https://jarcasting.com/artifacts/org.opendaylight.defense4all/webgui/
implementation ("org.opendaylight.defense4all:webgui:1.0.12")
'org.opendaylight.defense4all:webgui:war:1.0.12'
<dependency org="org.opendaylight.defense4all" name="webgui" rev="1.0.12">
<artifact name="webgui" type="war" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.defense4all', module='webgui', version='1.0.12')
)
libraryDependencies += "org.opendaylight.defense4all" % "webgui" % "1.0.12"
[org.opendaylight.defense4all/webgui "1.0.12"]