u

urlconnection

An integration library to use urlconnection to fetch data over http/https in GrowingIO Tracker Sdk.
https://github.com/growingio/growingio-sdk-android-autotracker
The Apache Software License, Version 2.0
GrowingIo Sdk
Files download
File Operation
urlconnection-3.4.2.pom download
urlconnection-3.4.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.growingio.android</groupId>
  <artifactId>urlconnection</artifactId>
  <version>3.4.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.growingio.android:urlconnection:3.4.2'
Gradle Kotlin
implementation("com.growingio.android:urlconnection:3.4.2")
Scala SBT
libraryDependencies += "com.growingio.android" % "urlconnection" % "3.4.2"
Groovy Grape
@Grapes(
  @Grab(group='com.growingio.android', module='urlconnection', version='3.4.2')
)
Apache Ivy
<dependency org="com.growingio.android" name="urlconnection" rev="3.4.2" />
Leiningen
[com.growingio.android/urlconnection "3.4.2"]
Apache Buildr
'com.growingio.android:urlconnection:jar:3.4.2'
Dependencies
The project has no third-party dependencies