j

jtds

TDS is an open source 100% pure Java (type 4) JDBC 3.0 driver for Microsoft SQL Server (6.5, 7, 2000 and 2005) and Sybase (10, 11, 12, 15). jTDS is based on FreeTDS and is currently the fastest production-ready JDBC driver for SQL Server and Sybase. jTDS is 100% JDBC 3.0 compatible, supporting forward-only and scrollable/updateable ResultSets, concurrent (completely independent) Statements and implementing all the DatabaseMetaData and ResultSetMetaData methods.
http://jtds.sourceforge.net
Files download
File Operation
jtds-1.2.pom download
Apache Maven
<dependency>
  <groupId>jtds</groupId>
  <artifactId>jtds</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'jtds:jtds:1.2'
Gradle Kotlin
implementation("jtds:jtds:1.2")
Scala SBT
libraryDependencies += "jtds" % "jtds" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='jtds', module='jtds', version='1.2')
)
Apache Ivy
<dependency org="jtds" name="jtds" rev="1.2" />
Leiningen
[jtds/jtds "1.2"]
Apache Buildr
'jtds:jtds:jar:1.2'
Dependencies
The project has no third-party dependencies