| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.jplag |
| Идентификатор | Идентификаторaggregator |
| Последняя версия | Последняя версия3.0.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеJPlag Plagiarism Detector
JPlag 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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| aggregator-3.0.0.pom | 10 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.jplag/aggregator/ -->
<dependency>
<groupId>de.jplag</groupId>
<artifactId>aggregator</artifactId>
<version>3.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.jplag/aggregator/
implementation 'de.jplag:aggregator:3.0.0'
// https://jarcasting.com/artifacts/de.jplag/aggregator/
implementation ("de.jplag:aggregator:3.0.0")
'de.jplag:aggregator:pom:3.0.0'
<dependency org="de.jplag" name="aggregator" rev="3.0.0">
<artifact name="aggregator" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.jplag', module='aggregator', version='3.0.0')
)
libraryDependencies += "de.jplag" % "aggregator" % "3.0.0"
[de.jplag/aggregator "3.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.2 |