https://github.com/awojna/Rseslib
Revision 2453982d321ad62d68107eebb7b36a9669132320 authored by awojna on 15 April 2019, 15:45:56 UTC, committed by awojna on 15 April 2019, 15:45:56 UTC
1 parent 7f843d7
Tip revision: 2453982d321ad62d68107eebb7b36a9669132320 authored by awojna on 15 April 2019, 15:45:56 UTC
Version changed to 3.2.1
Version changed to 3.2.1
Tip revision: 2453982
pom.xml
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>pl.edu.mimuw.rseslib</groupId>
<artifactId>rseslib</artifactId>
<version>3.2.1</version>
<name>Rseslib</name>
<description>Rough set and machine learning data structures and algorithms</description>
<dependencies>
<dependency>
<groupId>nz.ac.waikato.cms.weka</groupId>
<artifactId>weka-stable</artifactId>
<version>3.8.0</version>
</dependency>
<dependency>
<groupId>jfree</groupId>
<artifactId>jfreechart</artifactId>
<version>0.9.21</version>
</dependency>
</dependencies>
</project>
Computing file changes ...