GroupId | GroupIdorg.apache.oodt |
---|---|
ArtifactId | ArtifactIdopendapps |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
opendapps-0.3.pom | |
opendapps-0.3.jar | 37 KB |
opendapps-0.3-sources.jar | 30 KB |
opendapps-0.3-javadoc.jar | 106 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.oodt/opendapps/ -->
<dependency>
<groupId>org.apache.oodt</groupId>
<artifactId>opendapps</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.oodt/opendapps/
implementation 'org.apache.oodt:opendapps:0.3'
// https://jarcasting.com/artifacts/org.apache.oodt/opendapps/
implementation ("org.apache.oodt:opendapps:0.3")
'org.apache.oodt:opendapps:jar:0.3'
<dependency org="org.apache.oodt" name="opendapps" rev="0.3">
<artifact name="opendapps" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.oodt', module='opendapps', version='0.3')
)
libraryDependencies += "org.apache.oodt" % "opendapps" % "0.3"
[org.apache.oodt/opendapps "0.3"]