is not current version
Last Version 1.0

org.apache.oodt:weditor 0.11

Apache OODT Workflow Editor GUI

GroupId

GroupId

org.apache.oodt
ArtifactId

ArtifactId

weditor
Version

Version

0.11
Type

Type

jar

Download weditor 0.11


<!-- https://jarcasting.com/artifacts/org.apache.oodt/weditor/ -->
<dependency>
    <groupId>org.apache.oodt</groupId>
    <artifactId>weditor</artifactId>
    <version>0.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.oodt/weditor/
implementation 'org.apache.oodt:weditor:0.11'
// https://jarcasting.com/artifacts/org.apache.oodt/weditor/
implementation ("org.apache.oodt:weditor:0.11")
'org.apache.oodt:weditor:jar:0.11'
<dependency org="org.apache.oodt" name="weditor" rev="0.11">
  <artifact name="weditor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.oodt', module='weditor', version='0.11')
)
libraryDependencies += "org.apache.oodt" % "weditor" % "0.11"
[org.apache.oodt/weditor "0.11"]