code-plagiarism-detector
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.danilopianini</groupId> <artifactId>code-plagiarism-detector</artifactId> <version>9.0.6</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" 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>org.danilopianini</groupId> <artifactId>code-plagiarism-detector</artifactId> <version>9.0.6</version> <name>Code Plagiarism Detector</name> <description>A tool for scanning existing projects in search of potential signs of plagiarism</description> <url>https://github.com/DanySK/code-plagiarism-detector</url> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> <developers> <developer> <name>Danilo Pianini</name> <email>danilo.pianini@gmail.com</email> <url>http://www.danilopianini.org/</url> </developer> <developer> <name>Luca Tassinari</name> <email>luca.tassinari.2000@gmail.com</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/DanySK/code-plagiarism-detector</connection> <developerConnection>scm:git:https://github.com/DanySK/code-plagiarism-detector</developerConnection> <url>https://github.com/DanySK/code-plagiarism-detector</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.apollographql.apollo3</groupId> <artifactId>apollo-runtime-jvm</artifactId> <version>4.0.0-beta.7</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.ajalt.clikt</groupId> <artifactId>clikt-jvm</artifactId> <version>5.0.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.kohsuke</groupId> <artifactId>github-api</artifactId> <version>1.326</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.mashape.unirest</groupId> <artifactId>unirest-java</artifactId> <version>1.4.9</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> <version>20240303</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.charleskorn.kaml</groupId> <artifactId>kaml-jvm</artifactId> <version>0.66.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit</artifactId> <version>6.10.0.202406032230-r</version> <scope>runtime</scope> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.18.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-math3</artifactId> <version>3.6.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.javaparser</groupId> <artifactId>javaparser-core</artifactId> <version>3.26.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.16</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>1.5.12</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> <version>1.5.12</version> <scope>runtime</scope> </dependency> <dependency> <groupId>me.tongfei</groupId> <artifactId>progressbar</artifactId> <version>0.10.1</version> <scope>runtime</scope> </dependency> </dependencies> </project>