Changes between Version 14 and Version 15 of WikiStart
- Timestamp:
- 10/30/18 09:27:55 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v14 v15 18 18 This package can be included with the following maven code 19 19 {{{ 20 21 22 23 24 25 26 27 28 20 <repositories> 21 <repository> 22 <id>artifactory.ewi.tudelft.nl</id> 23 <url>http://artifactory.ewi.tudelft.nl/artifactory/libs-release</url> 24 <snapshots> 25 <enabled>false</enabled> 26 </snapshots> 27 </repository> 28 </repositories> 29 29 30 31 <dependencies> 32 33 <dependency> 34 <groupId>tudelft.mentalhealth</groupId> 35 <artifactId>motivatepersisting</artifactId> 36 <version>1.0.0</version> 37 </dependency> 38 </dependencies> 39 30 <dependencies> 31 <dependency> 32 <groupId>tudelft.mentalhealth</groupId> 33 <artifactId>motivatepersisting</artifactId> 34 <version>1.0.0</version> 35 </dependency> 36 </dependencies> 40 37 }}} 41 38 Example code can be found [https://tracinsy.ewi.tudelft.nl/trac/MentalHealth/browser/MotivateDuringTherapy/src/test/java/tudelft/mentalhealth/motivatepersisting/MotivationalAnswerTest.java here]. Typically you need only this