wod-iquod-qc-common
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.ci-cmg.wod</groupId> <artifactId>wod-iquod-qc-common</artifactId> <version>1.2.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>io.github.ci-cmg.wod</groupId> <artifactId>wod-iquod-qc-spark-parent</artifactId> <version>1.2.0</version> </parent> <artifactId>wod-iquod-qc-common</artifactId> <properties> <project-root>${project.parent.basedir}</project-root> </properties> <dependencies> <dependency> <groupId>io.github.ci-cmg.wod</groupId> <artifactId>wod-iquod-qc-check-api</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> <dependency> <groupId>edu.ucar</groupId> <artifactId>cdm-core</artifactId> </dependency> <dependency> <groupId>edu.ucar</groupId> <artifactId>netcdf4</artifactId> </dependency> <dependency> <groupId>software.amazon.awssdk</groupId> <artifactId>s3</artifactId> </dependency> <dependency> <groupId>io.github.ci-cmg.wod</groupId> <artifactId>wod-parquet-model</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-math3</artifactId> </dependency> <dependency> <groupId>io.github.ci-cmg</groupId> <artifactId>ci-mgg-teos-gsw-java</artifactId> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.geotools</groupId> <artifactId>gt-main</artifactId> </dependency> <dependency> <groupId>org.geotools</groupId> <artifactId>gt-referencing</artifactId> </dependency> <dependency> <groupId>org.geotools</groupId> <artifactId>gt-epsg-hsql</artifactId> </dependency> <dependency> <groupId>org.geotools</groupId> <artifactId>gt-epsg-extension</artifactId> </dependency> <dependency> <groupId>org.locationtech.spatial4j</groupId> <artifactId>spatial4j</artifactId> </dependency> <dependency> <groupId>com.github.davidmoten</groupId> <artifactId>geo</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.github.quickhull3d</groupId> <artifactId>quickhull3d</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-geometry-euclidean</artifactId> </dependency> </dependencies> </project>