GroupId | GroupIdorg.apache.oodt |
---|---|
ArtifactId | ArtifactIdwmonitor |
Version | Version0.11 |
Type | Typewar |
Filename | Size |
---|---|
wmonitor-0.11.pom | |
wmonitor-0.11.war | 15 MB |
wmonitor-0.11-sources.jar | 28 KB |
wmonitor-0.11-javadoc.jar | 116 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.oodt/wmonitor/ -->
<dependency>
<groupId>org.apache.oodt</groupId>
<artifactId>wmonitor</artifactId>
<version>0.11</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.oodt/wmonitor/
implementation 'org.apache.oodt:wmonitor:0.11'
// https://jarcasting.com/artifacts/org.apache.oodt/wmonitor/
implementation ("org.apache.oodt:wmonitor:0.11")
'org.apache.oodt:wmonitor:war:0.11'
<dependency org="org.apache.oodt" name="wmonitor" rev="0.11">
<artifact name="wmonitor" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.oodt', module='wmonitor', version='0.11')
)
libraryDependencies += "org.apache.oodt" % "wmonitor" % "0.11"
[org.apache.oodt/wmonitor "0.11"]