MVN

commons-sql : commons-sql

Maven & Gradle

Sep 20, 2005
<dependency>
    <groupId>commons-sql</groupId>
    <artifactId>commons-sql</artifactId>
    <version>20040118.000852</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of commons-sql : commons-sql to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20040118.000852

All Versions

Choose a version of commons-sql : commons-sql to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20040118.000852
commons-sql-20040118.000852
20031222.1101
commons-sql-20031222.1101
20030714.162948
commons-sql-20030714.162948

How to add a dependency to Maven

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

<dependency>
    <groupId>commons-sql</groupId>
    <artifactId>commons-sql</artifactId>
    <version>20040118.000852</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following commons-sql : commons-sql gradle dependency to your build.gradle file:

implementation 'commons-sql:commons-sql:20040118.000852'

Gradle Kotlin DSL: Add the following commons-sql : commons-sql gradle kotlin dependency to your build.gradle.kts file:

implementation("commons-sql:commons-sql:20040118.000852")

How to add a dependency to SBT Scala

SBT Scala: Add the following commons-sql : commons-sql sbt scala dependency to your build.sbt file:

libraryDependencies += "commons-sql" % "commons-sql" % "20040118.000852"

Advertisement