m

moji

MOJI is an unofficial client for the MOSS plagiarism detection service. It allows you to check source codes of students for plagiarism or collusion. MOJI has the following key features: - Pure Java implementation with few dependencies - Cross-platform support
http://www.zielke.it/moji/
MIT License
Bjoern Zielke
Files download
File Operation
moji-1.0.1.jar download
moji-1.0.1.pom download
moji-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>it.zielke</groupId>
  <artifactId>moji</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'it.zielke:moji:1.0.1'
Gradle Kotlin
implementation("it.zielke:moji:1.0.1")
Scala SBT
libraryDependencies += "it.zielke" % "moji" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='it.zielke', module='moji', version='1.0.1')
)
Apache Ivy
<dependency org="it.zielke" name="moji" rev="1.0.1" />
Leiningen
[it.zielke/moji "1.0.1"]
Apache Buildr
'it.zielke:moji:jar:1.0.1'