arpost/umls-query
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
UMLSQuery ${project.version} -- A Java library for querying a UMLS MySQL
installation. Department of Biomedical Informatics, Emory University
OVERVIEW
The UMLSQuery library allows you to connect to a MySQL UMLS
installation and run common queries.
WHAT'S NEW
Version 1.0.2 is contains no code changes. We moved the
package to our new public Maven repository (see below). We updated our
dependency on JavaUtil to the latest release.
REQUIREMENTS
The current version is known to work with Oracle Java 7. It is
expected to work with OpenJDK 7 as well.
This package uses the Maven build system, available from
http://maven.apache.org. You must install maven, if you do not already
have it, to work with the source code. We use Maven 3.
INSTALLATION
The easiest way to get UMLSQuery is using Maven. It is available from
the http://maven.cci.emory.edu/nexus/content/repositories/aiw/ repository.
Use the following dependency declaration:
<dependency>
<groupId>umlsquery</groupId>
<artifactId>umls-query</artifactId>
<version>${project.version}</version>
</dependency>
It is also available in tarball and zip file formats from
http://aiw.sourceforge.net/dev/umls-query-${project.version}. Put
umls-query-${project.version}.jar on your classpath to use.
LICENSING
UMLSQuery is freely available as open source under the Apache License,
Version 2.0. A copy of the license is in the LICENSE file provided in
this distribution.
UMLSQuery is Copyright (C) 2012-2013 Emory University.
FOR MORE INFORMATION
Please see http://aiw.sourceforge.net/dev/umls-query-${project.version} for
technical documentation and more information.