| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииДанные |
| Группа | Группаorg.hjug.refactorfirst.graphdatagenerator |
| Идентификатор | Идентификаторgraph-data-generator |
| Последняя версия | Последняя версия0.3.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеPlugin that identifies God classes in a codebase and suggests which classes should be refactored first.
Generates a graph and a table providing (hopefully) easy to understand guidance.
Can be used via command line, as a build plugin, or as a report plugin.
|
| Имя Файла | Размер |
|---|---|
| graph-data-generator-0.3.0.pom | |
| graph-data-generator-0.3.0.jar | 3 KB |
| graph-data-generator-0.3.0-sources.jar | 2 KB |
| graph-data-generator-0.3.0-javadoc.jar | 22 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.hjug.refactorfirst.graphdatagenerator/graph-data-generator/ -->
<dependency>
<groupId>org.hjug.refactorfirst.graphdatagenerator</groupId>
<artifactId>graph-data-generator</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.hjug.refactorfirst.graphdatagenerator/graph-data-generator/
implementation 'org.hjug.refactorfirst.graphdatagenerator:graph-data-generator:0.3.0'
// https://jarcasting.com/artifacts/org.hjug.refactorfirst.graphdatagenerator/graph-data-generator/
implementation ("org.hjug.refactorfirst.graphdatagenerator:graph-data-generator:0.3.0")
'org.hjug.refactorfirst.graphdatagenerator:graph-data-generator:jar:0.3.0'
<dependency org="org.hjug.refactorfirst.graphdatagenerator" name="graph-data-generator" rev="0.3.0">
<artifact name="graph-data-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hjug.refactorfirst.graphdatagenerator', module='graph-data-generator', version='0.3.0')
)
libraryDependencies += "org.hjug.refactorfirst.graphdatagenerator" % "graph-data-generator" % "0.3.0"
[org.hjug.refactorfirst.graphdatagenerator/graph-data-generator "0.3.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.hjug.refactorfirst.costbenefitcalculator : cost-benefit-calculator | jar | 0.3.0 |
| org.projectlombok : lombok Необязательный | jar | 1.18.12 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.mockito : mockito-core | jar | 3.4.4 |