proto-api_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.zero-deps</groupId>
<artifactId>proto-api_2.13</artifactId>
<version>2.0.4.gdde2aab</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>io.github.zero-deps</groupId>
<artifactId>proto-api_2.13</artifactId>
<packaging>jar</packaging>
<description>proto-api</description>
<url>https://github.com/zero-deps/proto</url>
<version>2.0.4.gdde2aab</version>
<licenses>
<license>
<name>MIT</name>
<url>http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>proto-api</name>
<organization>
<name>io.github.zero-deps</name>
<url>https://github.com/zero-deps/proto</url>
</organization>
<scm>
<url>https://github.com/zero-deps/proto</url>
<connection>git@github.com:zero-deps/proto.git</connection>
</scm>
<developers>
<developer>
<id>Zero</id>
<name>Deps</name>
<url>https://github.com/zero-deps</url>
<email>zerodeps.org@gmail.com</email>
</developer>
</developers>
<properties>
<info.versionScheme>pvp</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.5</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.15.2</version>
</dependency>
</dependencies>
</project>