Changes between Version 14 and Version 15 of WikiStart


Ignore:
Timestamp:
10/30/18 09:27:55 (6 years ago)
Author:
Wouter Pasman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v14 v15  
    1818This package can be included with the following maven code
    1919{{{
    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>
     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>
    2929
    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>
    4037}}}
    4138Example 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