jTDS is a 100% pure Java JDBC 3.0 driver for Microsoft SQL Server and Sybase ASE.
<dependency>
<groupId>net.sourceforge.jtds</groupId>
<artifactId>jtds</artifactId>
<version>1.3.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example registering jTDS driver and connecting to SQL Server.
Consider using Microsoft's official JDBC driver for newer SQL Server features.
No dependency data recorded yet.