jar

io.github.tnlx : sqloo

Maven & Gradle

Apr 21, 2024

sqloo · Generate SQLite-JDBC DAO at compile time

Table Of Contents

Latest Version

Download io.github.tnlx : sqloo JAR file - Latest Versions:

All Versions

Download io.github.tnlx : sqloo JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.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 sqloo-0.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.tnlx.sqloo.processor

├─ io.github.tnlx.sqloo.processor.Main.class - [JAR]

io.github.tnlx.sqloo.generator

├─ io.github.tnlx.sqloo.generator.CRUD.class - [JAR]

├─ io.github.tnlx.sqloo.generator.Factory.class - [JAR]

io.github.tnlx.sqloo.annotation

├─ io.github.tnlx.sqloo.annotation.Id.class - [JAR]

├─ io.github.tnlx.sqloo.annotation.SQLoo.class - [JAR]

io.github.tnlx.sqloo

├─ io.github.tnlx.sqloo.Crud.class - [JAR]

├─ io.github.tnlx.sqloo.IGets.class - [JAR]

├─ io.github.tnlx.sqloo.SQLoo.class - [JAR]