GroupId | GroupIdorg.apache.oodt |
---|---|
ArtifactId | ArtifactIdweditor |
Version | Version0.11 |
Type | Typejar |
Filename | Size |
---|---|
weditor-0.11.pom | |
weditor-0.11.jar | 199 KB |
weditor-0.11-sources.jar | 96 KB |
weditor-0.11-source-release.zip | 30 MB |
weditor-0.11-javadoc.jar | 421 KB |
weditor-0.11-dist.zip | 14 MB |
weditor-0.11-dist.tar.gz | 14 MB |
Browse |
<!-- 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"]