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