Download db-interface-1.5.jar file - Jar d

Jar examples for d:db-interface

Description

A scala /java interface to various sanskrit and other Indic databases, defining schemas and such. Contributions and suggestions are invited at https://github.com/sanskrit-coders/db-interface . (Sister projects there may also be of interest.)

You can download jar file db-interface 1.5 in this page.

License

Apache License 2.0

Build File

You can use the following script to add db-interface-1.5.jar to your project.

<dependency>
   <groupId>com.github.sanskrit-coders</groupId>
   <artifactId>db-interface</artifactId>
   <version>1.5</version>
</dependency>
compile group: 'com.github.sanskrit-coders', name: 'db-interface', version: '1.5'
libraryDependencies += "com.github.sanskrit-coders" % "db-interface" % "1.5"
<dependency org="com.github.sanskrit-coders" name="db-interface" rev="1.5"/>
@Grapes(@Grab(group='com.github.sanskrit-coders', module='db-interface', version='1.5'))
'com.github.sanskrit-coders:db-interface:jar:1.5'

Download

Click the following link to download the jar file.

db-interface-1.5-jar-with-dependencies.jar
db-interface-1.5-sources.jar
db-interface-1.5.jar
db-interface-1.5.pom



Related Tutorials