Changes between Version 1 and Version 2 of TraumaOntologies


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

--

Legend:

Unmodified
Added
Removed
Modified
  • TraumaOntologies

    v1 v2  
    66The full user manual is available [source:blabla here]
    77
     8The module can be downloaded and used directly in maven using our artifactory
     9
     10You 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]
     11
     12You can use this maven dependency
     13{{{
     14<dependency>
     15    <groupId>tudelft.healthpsychology</groupId>
     16    <artifactId>traumaontologies</artifactId>
     17    <version>1.0.0</version>
     18</dependency>
     19}}}