| License |
License
LGPL 2.1
|
|---|---|
| GroupId | GroupIdedu.ucar |
| ArtifactId | ArtifactIdopendap |
| Last Version | Last Version2.2.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionOpenDAP
Open-source Project for a Network Data Access Protocol, modified for NetCDF purpose.
This artifact is a derivative work from the official OPeNDAP library (http://opendap.org), modified by UCAR.
The packages were renamed from "dods.*" to "opendap.*" and the groupID from "org.opendap" to "edu.ucar".
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| opendap-2.2.2.pom | |
| opendap-2.2.2.jar | 389 KB |
| opendap-2.2.2-sources.jar | 621 KB |
| opendap-2.2.2-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/edu.ucar/opendap/ -->
<dependency>
<groupId>edu.ucar</groupId>
<artifactId>opendap</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/edu.ucar/opendap/
implementation 'edu.ucar:opendap:2.2.2'
// https://jarcasting.com/artifacts/edu.ucar/opendap/
implementation ("edu.ucar:opendap:2.2.2")
'edu.ucar:opendap:jar:2.2.2'
<dependency org="edu.ucar" name="opendap" rev="2.2.2">
<artifact name="opendap" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.ucar', module='opendap', version='2.2.2')
)
libraryDependencies += "edu.ucar" % "opendap" % "2.2.2"
[edu.ucar/opendap "2.2.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| org.jdom : jdom | jar | 1.1 |
| commons-httpclient : commons-httpclient | jar | 3.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |