jar

io.github.fresh-tuna : halo

Maven & Gradle

Oct 15, 2023
0 stars

HALO · This project helps to create restful api (HAL style template) in java/kotlin

Table Of Contents

Latest Version

Download io.github.fresh-tuna : halo JAR file - Latest Versions:

All Versions

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

io.github.freshtuna.halo.util.queryBuilder

├─ io.github.freshtuna.halo.util.queryBuilder.QueryBuilder.class - [JAR]

io.github.freshtuna.halo.util.linkBuilder

├─ io.github.freshtuna.halo.util.linkBuilder.HalLinkBuilder.class - [JAR]

├─ io.github.freshtuna.halo.util.linkBuilder.LinkBuilderFactory.class - [JAR]

├─ io.github.freshtuna.halo.util.linkBuilder.SimpleLinkBuilder.class - [JAR]

io.github.freshtuna.halo.domain

├─ io.github.freshtuna.halo.domain.Variables.class - [JAR]

io.github.freshtuna.halo.util.templateParser

├─ io.github.freshtuna.halo.util.templateParser.HalFormStyleQueryParser.class - [JAR]

├─ io.github.freshtuna.halo.util.templateParser.HalSimpleStringParser.class - [JAR]

├─ io.github.freshtuna.halo.util.templateParser.TemplateParser.class - [JAR]