Changes between Version 3 and Version 4 of TraumaOntologies
- Timestamp:
- 09/03/19 09:31:42 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TraumaOntologies
v3 v4 6 6 The full user manual is available [source:blabla here] 7 7 8 The module can be downloaded and used directly in maven using our artifactory. Use this repository 8 The module can be downloaded and used directly in maven using our artifactory. 9 10 You 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 13 You 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 22 You need to tell maven to look in our repository 9 23 {{{ 10 24 <repository> … … 17 31 }}} 18 32 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 dependency22 {{{23 <dependency>24 <groupId>tudelft.healthpsychology</groupId>25 <artifactId>traumaontologies</artifactId>26 <version>1.0.0</version>27 </dependency>28 }}}