Lexical Tools

Lvg jar file in Maven Central Repository - by Brian Carlson

This work is contributed by Brain Carlson to add lvg${YEAR}dist.jar file to Maven central repository:


It’s already there:

http://search.maven.org/#artifactdetails%7Cgov.nih.nlm.nls.lvg%7Clvgdist%7C2015%7Cpom

So to use LVG libraries, all one would have to do is reference this:

<dependency>
	<groupId>gov.nih.nlm.nls.lvg</groupId>
	<artifactId>lvgdist</artifactId>
	<version>2015</version>
</dependency>

And then locally install LVG. Then they could use the APIs by setting LVG_DIR and also passing path to the config files to the API constructors. I’m not going back into the past, but this is *really* easy to update when the 2016 version is ready.

Brian