jar

io.github.1994 : smartorm-generate

Maven & Gradle

Mar 30, 2023
18 stars

SmartORM · a Java ORM (Object-Relational Mapping) framework driven by GPT

Table Of Contents

Latest Version

Download io.github.1994 : smartorm-generate JAR file - Latest Versions:

All Versions

Download io.github.1994 : smartorm-generate 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 smartorm-generate-1.0.0.Alpha.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.nineteen.processor

├─ com.github.nineteen.processor.SmartORMProcessor.class - [JAR]

├─ com.github.nineteen.processor.SmartORMProcessorKt.class - [JAR]

com.github.nineteen

├─ com.github.nineteen.CompletionChoice.class - [JAR]

├─ com.github.nineteen.CompletionMessage.class - [JAR]

├─ com.github.nineteen.CompletionRequest.class - [JAR]

├─ com.github.nineteen.CompletionResponse.class - [JAR]

├─ com.github.nineteen.CompletionUsage.class - [JAR]

├─ com.github.nineteen.DatabaseConfig.class - [JAR]

├─ com.github.nineteen.GptConfig.class - [JAR]

├─ com.github.nineteen.GptUtils.class - [JAR]

├─ com.github.nineteen.GptUtilsKt.class - [JAR]

├─ com.github.nineteen.MessageBuilder.class - [JAR]

├─ com.github.nineteen.MessageRole.class - [JAR]

├─ com.github.nineteen.PromptContext.class - [JAR]

├─ com.github.nineteen.PromptUtils.class - [JAR]

├─ com.github.nineteen.SmartConfig.class - [JAR]

├─ com.github.nineteen.SmartConfigKt.class - [JAR]

├─ com.github.nineteen.SourceUtils.class - [JAR]