This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
development:ohdsi_nexus_maven_repository [2014/12/23 21:09] lee |
development:ohdsi_nexus_maven_repository [2021/12/10 14:05] (current) lee |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ==== How to get access ==== | + | ==== Overview ==== |
- | The OHDSI Nexus Maven Repository Server User Interface is here: [[http://54.165.59.104:8085/nexus/]] | + | The WebAPI war file can be downloaded from the OHDSI nexus repository, using a URL in the following format: |
- | Anyone can search the OHDSI Nexus repository using the above URL without needing to log in. | + | <file> |
+ | https://repo.ohdsi.org/nexus/repository/releases/org/ohdsi/WebAPI/<release#>/WebAPI-<release#>.war | ||
+ | </file> | ||
+ | |||
+ | For example, if the WebAPI release number was "2.10.0". The download link would be: | ||
+ | |||
+ | **https://repo.ohdsi.org/nexus/repository/releases/org/ohdsi/WebAPI/2.10.0/WebAPI-2.10.0.war** | ||
- | For example, enter "sqlrender" in the search box and you will find the OHDSI sqlrender.jar artifact. Click on the artifact filename (e.g sqlrender.jar) in the search result page and Nexus will display the maven XML info for the artifact, that you can cut and paste into your maven POM.xml file. | ||
- | If you need to add your own artifacts to the OHDSI Nexus repository then please request an OHDSI Nexus account by sending an email to <evans@ohdsi.org> | ||