Changes between Version 2 and Version 3 of utilities
- Timestamp:
- 06/14/21 12:22:28 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
utilities
v2 v3 9 9 ||[wiki:Tree]||utility for tree-with-attributes, matching of trees, etc || 10 10 ||Repository||Interface and basics for building a repository of class objects with change notification|| 11 12 Maven include: 13 {{{ 14 <dependency> 15 <groupId>tudelft.utilities</groupId> 16 <artifactId>utilies</artifactId> 17 <version>1.0.0</version> 18 </dependency> 19 }}} 20 21 22 available 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 }}}