Changes between Version 3 and Version 4 of TraumaOntologies


Ignore:
Timestamp:
09/03/19 09:31:42 (5 years ago)
Author:
Wouter Pasman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TraumaOntologies

    v3 v4  
    66The full user manual is available [source:blabla here]
    77
    8 The module can be downloaded and used directly in maven using our artifactory. Use this repository
     8The module can be downloaded and used directly in maven using our artifactory.
     9
     10You can download a ready-to-run jar [http://artifactory.ewi.tudelft.nl/artifactory/webapp/#/artifacts/browse/tree/General/libs-release-local/tudelft/healthpsychology/traumaontologies/1.0.0/traumaontologies-1.0.0-jar-with-dependencies.jar here] (just double click to run; you need to have java installed)
     11
     12
     13You can use this maven dependency
     14{{{
     15<dependency>
     16    <groupId>tudelft.healthpsychology</groupId>
     17    <artifactId>traumaontologies</artifactId>
     18    <version>1.0.0</version>
     19</dependency>
     20}}}
     21
     22You need to tell maven to look in our repository
    923{{{
    1024<repository>
     
    1731}}}
    1832
    19 You can download a runnable jar [http://artifactory.ewi.tudelft.nl/artifactory/webapp/#/artifacts/browse/tree/General/libs-release-local/tudelft/healthpsychology/traumaontologies/1.0.0/traumaontologies-1.0.0-jar-with-dependencies.jar here]
    20 
    21 You can use this maven dependency
    22 {{{
    23 <dependency>
    24     <groupId>tudelft.healthpsychology</groupId>
    25     <artifactId>traumaontologies</artifactId>
    26     <version>1.0.0</version>
    27 </dependency>
    28 }}}