MVN

io.github.mezatsong : ladalja

Maven & Gradle

Sep 04, 2021
2 stars

This is a simple library for handling database, with less code as possible, it was inspired by laravel (php framework) behavior

<dependency>
    <groupId>io.github.mezatsong</groupId>
    <artifactId>ladalja</artifactId>
    <version>1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.mezatsong : ladalja to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of io.github.mezatsong : ladalja to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3
ladalja-1.3

How to add a dependency to Maven

Add the following io.github.mezatsong : ladalja maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.mezatsong</groupId>
    <artifactId>ladalja</artifactId>
    <version>1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.mezatsong : ladalja gradle dependency to your build.gradle file:

implementation 'io.github.mezatsong:ladalja:1.3'

Gradle Kotlin DSL: Add the following io.github.mezatsong : ladalja gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.mezatsong:ladalja:1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.mezatsong : ladalja sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.mezatsong" % "ladalja" % "1.3"

Advertisement