MVN

net.lightapi : db-provider

Maven & Gradle

Aug 17, 2023
<dependency>
    <groupId>net.lightapi</groupId>
    <artifactId>db-provider</artifactId>
    <version>2.1.26</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.lightapi : db-provider to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.26

All Versions

Choose a version of net.lightapi : db-provider to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
db-provider-2.1.26
db-provider-2.1.25
db-provider-2.1.24
db-provider-2.1.23
db-provider-2.1.22
db-provider-2.1.20
db-provider-2.1.19
db-provider-2.1.18
db-provider-2.1.16
db-provider-2.1.15
db-provider-2.1.12
db-provider-2.1.11
db-provider-2.1.10
db-provider-2.1.9

How to add a dependency to Maven

Add the following net.lightapi : db-provider maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.lightapi</groupId>
    <artifactId>db-provider</artifactId>
    <version>2.1.26</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.lightapi : db-provider gradle dependency to your build.gradle file:

implementation 'net.lightapi:db-provider:2.1.26'

Gradle Kotlin DSL: Add the following net.lightapi : db-provider gradle kotlin dependency to your build.gradle.kts file:

implementation("net.lightapi:db-provider:2.1.26")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.lightapi : db-provider sbt scala dependency to your build.sbt file:

libraryDependencies += "net.lightapi" % "db-provider" % "2.1.26"

Advertisement