Download duke-1.2.jar file - Jar d

Jar examples for d:duke

Description

Duke is a configurable record linkage engine.

You can download jar file duke 1.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add duke-1.2.jar to your project.

<dependency>
   <groupId>no.priv.garshol.duke</groupId>
   <artifactId>duke</artifactId>
   <version>1.2</version>
</dependency>
compile group: 'no.priv.garshol.duke', name: 'duke', version: '1.2'
libraryDependencies += "no.priv.garshol.duke" % "duke" % "1.2"
<dependency org="no.priv.garshol.duke" name="duke" rev="1.2"/>
@Grapes(@Grab(group='no.priv.garshol.duke', module='duke', version='1.2'))
'no.priv.garshol.duke:duke:jar:1.2'

Download

Click the following link to download the jar file.

duke-1.2-javadoc.jar
duke-1.2-sources.jar
duke-1.2.jar
duke-1.2.pom



Related Tutorials