ART2a-Clustering-for-Java
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.jonasschaub</groupId> <artifactId>ART2a-Clustering-for-Java</artifactId> <version>1.0.2.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.github.jonasschaub</groupId> <artifactId>ART2a-Clustering-for-Java</artifactId> <version>1.0.2.1</version> <name>ART2a-Clustering-for-Java</name> <description>Implementation of the ART 2-A fingerprint clustering algorithm in Java.</description> <url>https://github.com/JonasSchaub/ART2a-Clustering-for-Java</url> <licenses> <license> <name>GNU General Public License v3.0</name> <url>https://www.gnu.org/licenses/lgpl-3.0.txt</url> </license> </licenses> <developers> <developer> <id>B-s123</id> <name>Betuel Sevindik</name> <email>betuel.sevindik@studmail.w-hs.de</email> <url>https://github.com/B-s123</url> </developer> <developer> <id>FelixBaensch</id> <name>Felix Baensch</name> <email>felix.baensch@w-hs.de</email> <url>https://github.com/FelixBaensch</url> </developer> <developer> <id>JonasSchaub</id> <name>Jonas Schaub</name> <email>jonas.schaub@uni-jena.de</email> <url>https://github.com/JonasSchaub</url> </developer> <developer> <name>Christoph Steinbeck</name> <email>christoph.steinbeck@uni-jena.de</email> <url>https://cheminf.uni-jena.de/members/steinbeck/</url> </developer> <developer> <name>Achim Zielesny</name> <email>achim.zielesny@w-hs.de</email> <url>https://www.w-hs.de/service/informationen-zur-person/person/zielesny/</url> </developer> </developers> <scm> <connection>scm:git:git://github.com/JonasSchaub/ART2a-Clustering-for-Java.git</connection> <developerConnection>scm:git:ssh://github.com/JonasSchaub/ART2a-Clustering-for-Java.git</developerConnection> <url>https://github.com/JonasSchaub/ART2a-Clustering-for-Java/</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains</groupId> <artifactId>annotations</artifactId> <version>23.0.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>