MVN

com.wizarius : wizarius-orm

Maven & Gradle

Oct 26, 2022

wizarius-orm · Java orm for Postgres or Mysql with migration system and connection pool

<dependency>
    <groupId>com.wizarius</groupId>
    <artifactId>wizarius-orm</artifactId>
    <version>0.0.27.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.wizarius : wizarius-orm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.27.2
  • Latest Beta: 0.0.27.1-BETA

All Versions

Choose a version of com.wizarius : wizarius-orm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
wizarius-orm-0.0.27.2
wizarius-orm-0.0.27.1-BETA
wizarius-orm-0.0.27
wizarius-orm-0.0.26
wizarius-orm-0.0.25
wizarius-orm-0.0.24.1-BETA
wizarius-orm-0.0.23
wizarius-orm-0.0.22
wizarius-orm-0.0.21
wizarius-orm-0.0.20
wizarius-orm-0.0.19
wizarius-orm-0.0.18
wizarius-orm-0.0.17
wizarius-orm-0.0.16
wizarius-orm-0.0.15
wizarius-orm-0.0.14
wizarius-orm-0.0.13
wizarius-orm-0.0.12
wizarius-orm-0.0.11
wizarius-orm-0.0.10
wizarius-orm-0.0.9
wizarius-orm-0.0.8
wizarius-orm-0.0.7
wizarius-orm-0.0.6
wizarius-orm-0.0.5
wizarius-orm-0.0.3
wizarius-orm-0.0.2
wizarius-orm-0.0.1

How to add a dependency to Maven

Add the following com.wizarius : wizarius-orm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.wizarius</groupId>
    <artifactId>wizarius-orm</artifactId>
    <version>0.0.27.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.wizarius : wizarius-orm gradle dependency to your build.gradle file:

implementation 'com.wizarius:wizarius-orm:0.0.27.2'

Gradle Kotlin DSL: Add the following com.wizarius : wizarius-orm gradle kotlin dependency to your build.gradle.kts file:

implementation("com.wizarius:wizarius-orm:0.0.27.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.wizarius : wizarius-orm sbt scala dependency to your build.sbt file:

libraryDependencies += "com.wizarius" % "wizarius-orm" % "0.0.27.2"

Advertisement