Because of a lapse in government funding, the information on this website may not be up to date, transactions submitted via the website may not be processed, and the agency may not be able to respond to inquiries until appropriations are enacted. The NIH Clinical Center (the research hospital of NIH) is open. For more details about its operating status, please visit cc.nih.gov. Updates regarding government operating status and resumption of normal operations can be found at OPM.gov.
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:
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