algorithm
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.mazhangjing</groupId>
<artifactId>algorithm</artifactId>
<version>1.0.0</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.mazhangjing</groupId>
<artifactId>algorithm</artifactId>
<packaging>jar</packaging>
<description>Simple implementation of basic algorithm.</description>
<url>https://mazhangjing.com</url>
<version>1.0.0</version>
<licenses>
<license>
<name>GNU General Public License, version 2</name>
<url>https://www.gnu.org/licenses/old-licenses/gpl-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>algorithm</name>
<organization>
<name>com.mazhangjing</name>
<url>https://mazhangjing.com</url>
</organization>
<scm>
<url>https://github.com/corkine/algorithm</url>
<connection>git@github.com:corkine/algorithm.git</connection>
</scm>
<developers>
<developer>
<id>corkine</id>
<name>Corkine Ma</name>
<url>https://mazhangjing.com</url>
<email>corkine@outlook.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.4</version>
</dependency>
</dependencies>
</project>