Due to the current gap in continued funding from the U.S. National Science Foundation (NSF), the NSF Unidata Program Center has temporarily paused most operations. See NSF Unidata Pause in Most Operations for details.
Have you added the Unidata repository to your pom.xml? <repositories> <repository> <id>unidata-releases</id> <name>UNIDATA Releases</name> <url> https://artifacts.unidata.ucar.edu/content/repositories/unidata-releases/ </url> </repository> .... On Thu, Dec 4, 2014 at 8:30 AM, Alejandro Villamarin < alejandrovillamarin@xxxxxxxxx> wrote: > Hello everyone, > > I'm tyring to import maven dependecies but I keep on getting errors when > resolving dependecies in eclipse. > > Reading this: > > > http://www.unidata.ucar.edu/software/thredds/current/netcdf-java/reference/JarDependencies.html > > I've included all dependecies in my pom.xml: > > <dependency> > <groupId>edu.ucar</groupId> > <artifactId>cdm</artifactId> > <version>${netcdf-java.version}</version> > </dependency> > > <dependency> > <groupId>edu.ucar</groupId> > <artifactId>clcommon</artifactId> > <version>${netcdf-java.version}</version> > </dependency> > > <dependency> > <groupId>edu.ucar</groupId> > <artifactId>bufr</artifactId> > <version>${netcdf-java.version}</version> > </dependency> > > <dependency> > <groupId>edu.ucar</groupId> > <artifactId>grib</artifactId> > <version>${netcdf-java.version}</version> > </dependency> > > <dependency> > <groupId>edu.ucar</groupId> > <artifactId>netcdf4</artifactId> > <version>${netcdf-java.version}</version> > </dependency> > > <dependency> > <groupId>edu.ucar</groupId> > <artifactId>opendap</artifactId> > <version>${netcdf-java.version}</version> > </dependency> > > <dependency> > <groupId>edu.ucar</groupId> > <artifactId>visadCdm</artifactId> > <version>${netcdf-java.version}</version> > </dependency> > > <dependency> > <groupId>org.apache.logging.log4j</groupId> > <artifactId>log4j-slf4j-impl</artifactId> > <version>1.7.5</version> > </dependency> > > <dependency> > <groupId>org.apache.logging.log4j</groupId> > <artifactId>log4j-core</artifactId> > <version>1.7.5</version> > </dependency> > > And defined a property : > > <properties> > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > <netcdf-java.version>4.5</netcdf-java.version> > </properties> > > I've tried several version 4.5, 4.5,2, 4.3, nothing works...I keep on > getting Missing artifact all the time. > > Looking at maven central, it seems latests version is 4.3.2 > > http://mvnrepository.com/artifact/edu.ucar/netcdf > > Is this normal? > > _______________________________________________ > netcdf-java mailing list > netcdf-java@xxxxxxxxxxxxxxxx > For list information or to unsubscribe, visit: > http://www.unidata.ucar.edu/mailing_lists/ >
netcdf-java
archives: