| License | License | 
|---|---|
| Categories | CategoriesNet | 
| GroupId | GroupIdnet.sourceforge.jtds | 
| ArtifactId | ArtifactIdjtds | 
| Last Version | Last Version1.3.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionjTDS jTDS is an open source 100% pure Java (type 4) JDBC 3.0 driver 
    for Microsoft SQL Server (6.5, 7, 2000, 2005, 2008, 2012) and Sybase ASE
    (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
    and implementing all the DatabaseMetaData and ResultSetMetaData methods. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| jtds-1.3.1.pom | |
| jtds-1.3.1.jar | 295 KB | 
| jtds-1.3.1-sources.jar | 309 KB | 
| jtds-1.3.1-javadoc.jar | 1 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.sourceforge.jtds/jtds/ -->
<dependency>
    <groupId>net.sourceforge.jtds</groupId>
    <artifactId>jtds</artifactId>
    <version>1.3.1</version>
</dependency>// https://jarcasting.com/artifacts/net.sourceforge.jtds/jtds/
implementation 'net.sourceforge.jtds:jtds:1.3.1'// https://jarcasting.com/artifacts/net.sourceforge.jtds/jtds/
implementation ("net.sourceforge.jtds:jtds:1.3.1")'net.sourceforge.jtds:jtds:jar:1.3.1'<dependency org="net.sourceforge.jtds" name="jtds" rev="1.3.1">
  <artifact name="jtds" type="jar" />
</dependency>@Grapes(
@Grab(group='net.sourceforge.jtds', module='jtds', version='1.3.1')
)libraryDependencies += "net.sourceforge.jtds" % "jtds" % "1.3.1"[net.sourceforge.jtds/jtds "1.3.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| jcifs : jcifs Optional | jar | 1.3.17 |