License |
License |
---|---|
Categories |
CategoriesPython Languages |
GroupId | GroupIdde.jplag |
ArtifactId | ArtifactIdpython-3 |
Last Version | Last Version3.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJPlag is a system that finds similarities among multiple sets of source code files. This way it can detect software plagiarism and collusion in software development.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
python-3-3.0.0.pom | |
python-3-3.0.0.jar | 164 KB |
python-3-3.0.0-sources.jar | 76 KB |
python-3-3.0.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/de.jplag/python-3/ -->
<dependency>
<groupId>de.jplag</groupId>
<artifactId>python-3</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.jplag/python-3/
implementation 'de.jplag:python-3:3.0.0'
// https://jarcasting.com/artifacts/de.jplag/python-3/
implementation ("de.jplag:python-3:3.0.0")
'de.jplag:python-3:jar:3.0.0'
<dependency org="de.jplag" name="python-3" rev="3.0.0">
<artifact name="python-3" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.jplag', module='python-3', version='3.0.0')
)
libraryDependencies += "de.jplag" % "python-3" % "3.0.0"
[de.jplag/python-3 "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
de.jplag : frontend-utils | jar | 3.0.0 |
org.antlr : antlr4-runtime | jar | 4.9.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |