jar

io.github.julystars : network-core

Maven & Gradle

Dec 07, 2022

network-core · Kotlin extensions for Android's project libraries.

Table Of Contents

Latest Version

Download io.github.julystars : network-core JAR file - Latest Versions:

All Versions

Download io.github.julystars : network-core JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window network-core-1.0.8.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.julystars.network.interceptor

├─ com.julystars.network.interceptor.ExceptionInterceptor.class - [JAR]

├─ com.julystars.network.interceptor.HeaderInterceptor.class - [JAR]

├─ com.julystars.network.interceptor.RetryInterceptor.class - [JAR]

com.julystars.network.helper

├─ com.julystars.network.helper.HttpCallback.class - [JAR]

├─ com.julystars.network.helper.HttpFailCode.class - [JAR]

├─ com.julystars.network.helper.HttpUtils.class - [JAR]

├─ com.julystars.network.helper.LogUtils.class - [JAR]

com.julystars.network

├─ com.julystars.network.OkHttpManager.class - [JAR]

com.julystars.network.okhttp

├─ com.julystars.network.okhttp.IHttpClient.class - [JAR]