GroupId | GroupIdorg.apache.oodt |
---|---|
ArtifactId | ArtifactIdweditor |
Version | Version0.7 |
Type | Typejar |
Filename | Size |
---|---|
weditor-0.7.pom | |
weditor-0.7.jar | 196 KB |
weditor-0.7-sources.jar | 94 KB |
weditor-0.7-source-release.zip | 26 MB |
weditor-0.7-javadoc.jar | 409 KB |
weditor-0.7-dist.zip | 13 MB |
weditor-0.7-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.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.oodt/weditor/
implementation 'org.apache.oodt:weditor:0.7'
// https://jarcasting.com/artifacts/org.apache.oodt/weditor/
implementation ("org.apache.oodt:weditor:0.7")
'org.apache.oodt:weditor:jar:0.7'
<dependency org="org.apache.oodt" name="weditor" rev="0.7">
<artifact name="weditor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.oodt', module='weditor', version='0.7')
)
libraryDependencies += "org.apache.oodt" % "weditor" % "0.7"
[org.apache.oodt/weditor "0.7"]