Changes between Version 2 and Version 3 of utilities


Ignore:
Timestamp:
06/14/21 12:22:28 (3 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • utilities

    v2 v3  
    99||[wiki:Tree]||utility for tree-with-attributes, matching of trees, etc ||
    1010||Repository||Interface and basics for building a repository of class objects with change notification||
     11
     12Maven include:
     13{{{
     14<dependency>
     15        <groupId>tudelft.utilities</groupId>
     16        <artifactId>utilies</artifactId>
     17        <version>1.0.0</version>
     18</dependency>
     19}}}
     20
     21
     22available on
     23{{{
     24<repository>
     25        <id>artifactory.ewi.tudelft.nl</id>
     26        <url>http://artifactory.ewi.tudelft.nl/artifactory/libs-release</url>
     27        <snapshots>
     28                <enabled>false</enabled>
     29        </snapshots>
     30</repository>
     31}}}