j

jtds

TDS is an open source 100% pure Java (type 4) JDBC 3.0 driver for Microsoft SQL Server (6.5, 7, 2000,2005, and 2008) 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
LGPL
Files download
File Operation
jtds-1.2.4.jar download
jtds-1.2.4.pom download
jtds-1.2.4-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sourceforge.jtds</groupId>
  <artifactId>jtds</artifactId>
  <version>1.2.4</version>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.jtds:jtds:1.2.4'
Gradle Kotlin
implementation("net.sourceforge.jtds:jtds:1.2.4")
Scala SBT
libraryDependencies += "net.sourceforge.jtds" % "jtds" % "1.2.4"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.jtds', module='jtds', version='1.2.4')
)
Apache Ivy
<dependency org="net.sourceforge.jtds" name="jtds" rev="1.2.4" />
Leiningen
[net.sourceforge.jtds/jtds "1.2.4"]
Apache Buildr
'net.sourceforge.jtds:jtds:jar:1.2.4'
Dependencies
The project has no third-party dependencies