GroupId | GroupIdorg.apache.oodt |
---|---|
ArtifactId | ArtifactIdweditor |
Version | Version0.9 |
Type | Typejar |
Filename | Size |
---|---|
weditor-0.9.pom | |
weditor-0.9.jar | 197 KB |
weditor-0.9-sources.jar | 95 KB |
weditor-0.9-source-release.zip | 28 MB |
weditor-0.9-javadoc.jar | 409 KB |
weditor-0.9-dist.zip | 13 MB |
weditor-0.9-dist.tar.gz | 13 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.oodt/weditor/ -->
<dependency>
<groupId>org.apache.oodt</groupId>
<artifactId>weditor</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.oodt/weditor/
implementation 'org.apache.oodt:weditor:0.9'
// https://jarcasting.com/artifacts/org.apache.oodt/weditor/
implementation ("org.apache.oodt:weditor:0.9")
'org.apache.oodt:weditor:jar:0.9'
<dependency org="org.apache.oodt" name="weditor" rev="0.9">
<artifact name="weditor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.oodt', module='weditor', version='0.9')
)
libraryDependencies += "org.apache.oodt" % "weditor" % "0.9"
[org.apache.oodt/weditor "0.9"]