cronet
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.greatfire.envoy</groupId> <artifactId>cronet</artifactId> <version>108.0.5359.243</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="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <packaging>aar</packaging> <groupId>org.greatfire.envoy</groupId> <artifactId>cronet</artifactId> <version>108.0.5359.243</version> <name>cronet</name> <description>C and Java Library derived from Chromium cronet.</description> <url>https://github.com/greatfire/envoy</url> <inceptionYear>2018</inceptionYear> <licenses> <license> <name>Apache-2.0</name> <url>https://github.com/greatfire/envoy/blob/master/LICENSE</url> <distribution>repo</distribution> </license> <license> <name>BSD-3-clause</name> <url>https://chromium.googlesource.com/chromium/src/+/refs/heads/main/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>greatfire</id> <name>GreatFire</name> <email>support@greatfire.org</email> </developer> <developer> <id>guardianproject</id> <name>Guardian Project</name> <email>support@guardianproject.info</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/greatfire/envoy.git</connection> <url>https://github.com/greatfire/envoy</url> </scm> <issueManagement> <url>https://github.com/greatfire/envoy/issues</url> <system>GitHub</system> </issueManagement> </project>