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