jar

io.github.zicenter : shortener

Maven & Gradle

Jul 18, 2020
0 stars

Zicenter Shortener Client · Maven client for the zicenter shortener service

Table Of Contents

Latest Version

Download io.github.zicenter : shortener JAR file - Latest Versions:

All Versions

Download io.github.zicenter : shortener 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 shortener-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.zicenter.shortener.utils

├─ io.github.zicenter.shortener.utils.HttpClient.class - [JAR]

io.github.zicenter.shortener.models.rest

├─ io.github.zicenter.shortener.models.rest.LoginRequest.class - [JAR]

├─ io.github.zicenter.shortener.models.rest.LoginResponse.class - [JAR]

├─ io.github.zicenter.shortener.models.rest.UrlConfig.class - [JAR]

├─ io.github.zicenter.shortener.models.rest.UrlRequest.class - [JAR]

├─ io.github.zicenter.shortener.models.rest.UrlResponse.class - [JAR]

io.github.zicenter.shortener.models

├─ io.github.zicenter.shortener.models.ShortenUrl.class - [JAR]

io.github.zicenter.shortener.exceptions

├─ io.github.zicenter.shortener.exceptions.BadCredentialsException.class - [JAR]

├─ io.github.zicenter.shortener.exceptions.CallFailedException.class - [JAR]

├─ io.github.zicenter.shortener.exceptions.InvalidConfigException.class - [JAR]

├─ io.github.zicenter.shortener.exceptions.InvalidUrlException.class - [JAR]

├─ io.github.zicenter.shortener.exceptions.UnauthorizedException.class - [JAR]

io.github.zicenter.shortener

├─ io.github.zicenter.shortener.ShortenerService.class - [JAR]