non-dominated-sorting-implementations
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.mbuzdalov</groupId>
<artifactId>non-dominated-sorting-implementations</artifactId>
<version>0.2.1</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.mbuzdalov</groupId>
<artifactId>non-dominated-sorting-implementations</artifactId>
<packaging>jar</packaging>
<description>This repository contains implementations of algorithms for non-dominated sorting and a benchmarking suite.</description>
<url>https://github.com/mbuzdalov/non-dominated-sorting</url>
<version>0.2.1</version>
<licenses>
<license>
<name>MIT</name>
<url>https://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>non-dominated-sorting-implementations</name>
<organization>
<name>Maxim Buzdalov</name>
<url>https://ctlab.itmo.ru/~mbuzdalov/</url>
</organization>
<scm>
<url>https://github.com/mbuzdalov/non-dominated-sorting</url>
<connection>scm:git@github.com:mbuzdalov/non-dominated-sorting.git</connection>
</scm>
<developers>
<developer>
<id>mbuzdalov</id>
<name>Maxim Buzdalov</name>
<email>mbuzdalov@gmail.com</email>
<url>https://ctlab.itmo.ru/~mbuzdalov</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>com.novocode</groupId>
<artifactId>junit-interface</artifactId>
<version>0.11</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>