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.
Lexical Tools - Deploy to Maven Remote Repository
Lvg is deployed to Maven remote repository for NLM internal users to build their Java software using Maven.
${SUPPORT_DIR}/Maven/lvg
<!-- specify the url for dependency of lvg from remote repository --> <repositories> <repository> <id>LVG-NLM</id> <name>LSG Maven Repository</name> <url>file:/nfsvol/lex/Lu/Supports/Maven/lvg/</url> </repository> </repositories> <!-- specify the groupId, artifact and version for lvg --> <dependencies> <dependency> <groupId>gov.nih.nlm</groupId> <artifactId>lvg</artifactId> <version>1.0.0.2019</version> </dependency> </dependencies>