MVN

one.xingyi : sqlandparams

Maven & Gradle

Aug 24, 2023
<dependency>
    <groupId>one.xingyi</groupId>
    <artifactId>sqlandparams</artifactId>
    <version>1.2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of one.xingyi : sqlandparams to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.5

All Versions

Choose a version of one.xingyi : sqlandparams to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
sqlandparams-1.2.5
sqlandparams-1.2.4
sqlandparams-1.2.3
sqlandparams-1.2.2
sqlandparams-1.2.1
sqlandparams-1.2.0
1.1.x
sqlandparams-1.1.5
sqlandparams-1.1.4
sqlandparams-1.1.3
sqlandparams-1.1.2
sqlandparams-1.1.1
sqlandparams-1.1.0
1.0.x
sqlandparams-1.0.18
sqlandparams-1.0.17
sqlandparams-1.0.16
sqlandparams-1.0.15
sqlandparams-1.0.13
sqlandparams-1.0.12
sqlandparams-1.0.11
sqlandparams-1.0.10
sqlandparams-1.0.9

How to add a dependency to Maven

Add the following one.xingyi : sqlandparams maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>one.xingyi</groupId>
    <artifactId>sqlandparams</artifactId>
    <version>1.2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following one.xingyi : sqlandparams gradle dependency to your build.gradle file:

implementation 'one.xingyi:sqlandparams:1.2.5'

Gradle Kotlin DSL: Add the following one.xingyi : sqlandparams gradle kotlin dependency to your build.gradle.kts file:

implementation("one.xingyi:sqlandparams:1.2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following one.xingyi : sqlandparams sbt scala dependency to your build.sbt file:

libraryDependencies += "one.xingyi" % "sqlandparams" % "1.2.5"

Advertisement