protocol
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.pcloud.pcloud-networking-java</groupId> <artifactId>protocol</artifactId> <version>2.9.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" 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.pcloud.pcloud-networking-java</groupId> <artifactId>protocol</artifactId> <version>2.9.1</version> <name>pcloud-networking-java</name> <description>A Network Stack for pCloud's API written in Java</description> <url>https://github.com/pCloud/pcloud-networking-java</url> <licenses> <license> <name>The Apache License v2.0</name> <url>https://github.com/pCloud/pcloud-networking-java/LICENSE</url> </license> </licenses> <developers> <developer> <name>pCloud AG</name> <email>android@pcloud.com</email> <organization>pCloud AG</organization> <organizationUrl>https://www.pcloud.com</organizationUrl> </developer> </developers> <scm> <connection>https://github.com/pCloud/pcloud-networking-java.git</connection> <developerConnection>https://github.com/pCloud/pcloud-networking-java.git</developerConnection> <url>https://github.com/pCloud/pcloud-networking-java</url> </scm> <dependencies> <dependency> <groupId>com.squareup.okio</groupId> <artifactId>okio</artifactId> <version>3.9.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.pcloud.pcloud-networking-java</groupId> <artifactId>utils-io</artifactId> <version>2.9.1</version> <scope>runtime</scope> </dependency> </dependencies> </project>