Changes between Version 1 and Version 2 of TraumaOntologies
- Timestamp:
- 09/03/19 09:19:52 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TraumaOntologies
v1 v2 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 9 10 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] 11 12 You 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 }}}