MVN

io.github.1994 : SmartORM

Maven & Gradle

Mar 30, 2023
18 stars

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

<dependency>
    <groupId>io.github.1994</groupId>
    <artifactId>SmartORM</artifactId>
    <version>1.0.0.Alpha</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.1994 : SmartORM to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0.Alpha
  • Latest Alpha: 1.0.0.Alpha

All Versions

Choose a version of io.github.1994 : SmartORM to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
SmartORM-1.0.0.Alpha

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.1994</groupId>
    <artifactId>SmartORM</artifactId>
    <version>1.0.0.Alpha</version>
</dependency>

Advertisement