jar

com.github.racaljk : sparrow

Maven & Gradle

Dec 19, 2018

sparrow · Sparrow: A pretty lightweight java web framework

Table Of Contents

Latest Version

Download com.github.racaljk : sparrow JAR file - Latest Versions:

All Versions

Download com.github.racaljk : sparrow JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
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 sparrow-1.1.2-snapshot.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

core

├─ core.Configurator.class - [JAR]

├─ core.PropertiesHolder.class - [JAR]

├─ core.RouterManager.class - [JAR]

├─ core.Sparrow.class - [JAR]

database

├─ database.DBTemplate.class - [JAR]

├─ database.MultiRow.class - [JAR]

├─ database.OrmTemplate.class - [JAR]

├─ database.Row.class - [JAR]

mvc

├─ mvc.Model.class - [JAR]

├─ mvc.Pair.class - [JAR]

├─ mvc.Router.class - [JAR]

├─ mvc.View.class - [JAR]

thirdparty

├─ thirdparty.ThymeleafEngine.class - [JAR]

├─ thirdparty.ThymeleafInitializationListener.class - [JAR]

tool

├─ tool.CaptchaGenerator.class - [JAR]

├─ tool.MailWorker.class - [JAR]

Advertisement