common-compression
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.seeq.compression</groupId>
<artifactId>common-compression</artifactId>
<version>66.111.0-v202603011738</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.seeq.compression</groupId>
<artifactId>common-compression</artifactId>
<version>66.111.0-v202603011738</version>
<name>common-compression</name>
<description>common-compression</description>
<url>https://www.seeq.com</url>
<licenses>
<license>
<name>Other/Proprietary License</name>
</license>
</licenses>
<developers>
<developer>
<id>support</id>
<name>Seeq Corporation</name>
<email>support@seeq.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/seeq12/crab.git</connection>
<developerConnection>scm:git:git@github.com:seeq12/crab.git</developerConnection>
<url>https://github.com/seeq12/crab.git</url>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.seeq</groupId>
<artifactId>seeq-platform</artifactId>
<version>66.111.0-v202603011738</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.10.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.3.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<version>4.8.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.10.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<version>5.10.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.seeq.test-categories</groupId>
<artifactId>common-test-categories</artifactId>
<version>66.111.0-v202603011738</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>