Download umls-query-2.0.jar file - Jar u

Jar examples for u:umls-query

Description

The UMLSQuery library allows you to connect to a MySQL UMLS installation and run common queries.

You can download jar file umls-query 2.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add umls-query-2.0.jar to your project.

<dependency>
   <groupId>org.eurekaclinical</groupId>
   <artifactId>umls-query</artifactId>
   <version>2.0</version>
</dependency>
compile group: 'org.eurekaclinical', name: 'umls-query', version: '2.0'
libraryDependencies += "org.eurekaclinical" % "umls-query" % "2.0"
<dependency org="org.eurekaclinical" name="umls-query" rev="2.0"/>
@Grapes(@Grab(group='org.eurekaclinical', module='umls-query', version='2.0'))
'org.eurekaclinical:umls-query:jar:2.0'

Download

Click the following link to download the jar file.

umls-query-2.0-javadoc.jar
umls-query-2.0-sources.jar
umls-query-2.0.jar
umls-query-2.0.pom



Related Tutorials