MVN

com.androidacy : cronet-native

Maven & Gradle

Apr 12, 2023
0 stars

cronet-native · Native implementation of Cronet. Cronet is the Chromium network stack made available to Android apps as a library.

<dependency>
    <groupId>com.androidacy</groupId>
    <artifactId>cronet-native</artifactId>
    <version>112.0.5615.62</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.androidacy : cronet-native to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 112.0.5615.62

All Versions

Choose a version of com.androidacy : cronet-native to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
112.0.x
cronet-native-112.0.5615.62
111.0.x
cronet-native-111.0.5563.75
110.0.x
cronet-native-110.0.5481.110-2
cronet-native-110.0.5481.110
109.0.x
cronet-native-109.0.5414.75
108.0.x
cronet-native-108.0.5359.125
cronet-native-108.0.5359.95

How to add a dependency to Maven

Add the following com.androidacy : cronet-native maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.androidacy</groupId>
    <artifactId>cronet-native</artifactId>
    <version>112.0.5615.62</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.androidacy : cronet-native gradle dependency to your build.gradle file:

implementation 'com.androidacy:cronet-native:112.0.5615.62'

Gradle Kotlin DSL: Add the following com.androidacy : cronet-native gradle kotlin dependency to your build.gradle.kts file:

implementation("com.androidacy:cronet-native:112.0.5615.62")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.androidacy : cronet-native sbt scala dependency to your build.sbt file:

libraryDependencies += "com.androidacy" % "cronet-native" % "112.0.5615.62"

Advertisement