is not current version
Last Version 2.0-dev-20030825

village:village 2.0

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.

GroupId

GroupId

village
ArtifactId

ArtifactId

village
Version

Version

2.0
Type

Type

jar

Download village 2.0


<!-- https://jarcasting.com/artifacts/village/village/ -->
<dependency>
    <groupId>village</groupId>
    <artifactId>village</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/village/village/
implementation 'village:village:2.0'
// https://jarcasting.com/artifacts/village/village/
implementation ("village:village:2.0")
'village:village:jar:2.0'
<dependency org="village" name="village" rev="2.0">
  <artifact name="village" type="jar" />
</dependency>
@Grapes(
@Grab(group='village', module='village', version='2.0')
)
libraryDependencies += "village" % "village" % "2.0"
[village "2.0"]