e

enroscar-net

Networking tool for Android based on URLConnection
https://github.com/stanfy/enroscar
The Apache Software License, Version 2.0
Stanfy Corp.
Files download
File Operation
enroscar-net-2.0.alpha1.pom download
enroscar-net-2.0.alpha1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.stanfy.enroscar</groupId>
  <artifactId>enroscar-net</artifactId>
  <version>2.0.alpha1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.stanfy.enroscar:enroscar-net:2.0.alpha1'
Gradle Kotlin
implementation("com.stanfy.enroscar:enroscar-net:2.0.alpha1")
Scala SBT
libraryDependencies += "com.stanfy.enroscar" % "enroscar-net" % "2.0.alpha1"
Groovy Grape
@Grapes(
  @Grab(group='com.stanfy.enroscar', module='enroscar-net', version='2.0.alpha1')
)
Apache Ivy
<dependency org="com.stanfy.enroscar" name="enroscar-net" rev="2.0.alpha1" />
Leiningen
[com.stanfy.enroscar/enroscar-net "2.0.alpha1"]
Apache Buildr
'com.stanfy.enroscar:enroscar-net:jar:2.0.alpha1'