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