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