MVN

torque : village

Maven & Gradle

Feb 29, 2008
4 usages

Village · Village is a 100% Pure Java API that sits on top of the JDBC API. The purpose of this API is to make it easier to interact with a JDBC compliant relational database. By using Village, it is possible to execute and manage select/insert/update/delete SQL statements without having to actually write a single line of SQL. Village can use any valid JDBC Connection object, so it is possible to use Village with a JDBC Connection pool.

<dependency>
    <groupId>torque</groupId>
    <artifactId>village</artifactId>
    <version>3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of torque : village to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3
  • Latest Release Candidate: 3.3-RC3

All Versions

Choose a version of torque : village to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3
village-3.3
village-3.3-RC3

How to add a dependency to Maven

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

<dependency>
    <groupId>torque</groupId>
    <artifactId>village</artifactId>
    <version>3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following torque : village gradle dependency to your build.gradle file:

implementation 'torque:village:3.3'

Gradle Kotlin DSL: Add the following torque : village gradle kotlin dependency to your build.gradle.kts file:

implementation("torque:village:3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following torque : village sbt scala dependency to your build.sbt file:

libraryDependencies += "torque" % "village" % "3.3"

Advertisement

Dependencies from Group

Feb 29, 2008
4 usages
Feb 29, 2008
3 usages
Feb 29, 2008
2 usages
Feb 29, 2008
2 usages
Feb 29, 2008
1 usages

Discover Dependencies

Jan 29, 2022
2 usages
261 stars
Apr 06, 2021
8 usages
3.1k stars
Jul 30, 2023
5 usages
1 stars
Jul 04, 2023
6 usages
Feb 07, 2023
2 usages
4 stars
Oct 26, 2018
3 usages
1 stars
Jun 07, 2016
3 usages
11 stars
Nov 27, 2021
3 usages
Jun 08, 2023
7 usages
288 stars