bytes-gpb-v3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.avast.bytes</groupId>
<artifactId>bytes-gpb-v3</artifactId>
<version>2.2.0</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.avast.bytes</groupId>
<artifactId>bytes-gpb-v3</artifactId>
<packaging>jar</packaging>
<description>Provides universal interface for having an immutable representation of sequence of bytes</description>
<url>https://github.com/avast/bytes</url>
<version>2.2.0</version>
<licenses>
<license>
<name>MIT</name>
<url>https://github.com/avast/bytes/blob/2.2.0/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>bytes-gpb-v3</name>
<organization>
<name>Avast</name>
<url>https://avast.com</url>
</organization>
<scm>
<url>https://github.com/avast/bytes</url>
<connection>scm:git:https://github.com/avast/bytes.git</connection>
<developerConnection>scm:git:git@github.com:avast/bytes.git</developerConnection>
</scm>
<developers>
<developer>
<id>jakubjanecek</id>
<name>Jakub Janecek</name>
<url>https://www.avast.com</url>
<email>jakub.janecek@avast.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>com.avast.bytes</groupId>
<artifactId>bytes-core</artifactId>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.novocode</groupId>
<artifactId>junit-interface</artifactId>
<version>0.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.15.0</version>
</dependency>
</dependencies>
</project>