Changes between Version 13 and Version 14 of WikiStart
- Timestamp:
- 10/30/18 09:27:21 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v13 v14 18 18 This package can be included with the following maven code 19 19 {{{ 20 <repositories>21 <repository>22 <id>artifactory.ewi.tudelft.nl</id>23 <url>http://artifactory.ewi.tudelft.nl/artifactory/release</url>24 <snapshots>25 <enabled>false</enabled>26 </snapshots>27 </repository>28 </repositories>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 <dependency> 31 <groupId>tudelft.mentalhealth</groupId> 32 <artifactId>motivatepersisting</artifactId> 33 <version>1.0.0</version> 34 </dependency> 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 35 40 }}} 36 41 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