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-4.3.1.pom download
urlconnection-4.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.growingio.android</groupId>
  <artifactId>urlconnection</artifactId>
  <version>4.3.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.growingio.android:urlconnection:4.3.1'
Gradle Kotlin
implementation("com.growingio.android:urlconnection:4.3.1")
Scala SBT
libraryDependencies += "com.growingio.android" % "urlconnection" % "4.3.1"
Groovy Grape
@Grapes(
  @Grab(group='com.growingio.android', module='urlconnection', version='4.3.1')
)
Apache Ivy
<dependency org="com.growingio.android" name="urlconnection" rev="4.3.1" />
Leiningen
[com.growingio.android/urlconnection "4.3.1"]
Apache Buildr
'com.growingio.android:urlconnection:jar:4.3.1'
Dependencies
The project has no third-party dependencies