2012-01-17 16:26:51 -05:00
|
|
|
/*
|
|
|
|
* Hibernate, Relational Persistence for Idiomatic Java
|
|
|
|
*
|
2015-05-19 00:23:35 -04:00
|
|
|
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
|
|
|
|
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
2012-01-17 16:26:51 -05:00
|
|
|
*/
|
2018-05-21 09:03:18 -04:00
|
|
|
repositories {
|
|
|
|
mavenLocal( )
|
|
|
|
}
|
|
|
|
|
|
|
|
jdbcDependency 'com.microsoft.sqlserver:mssql-jdbc:6.4.0.jre8'
|