| Лицензия |
Лицензия |
|---|---|
| Группа | Группаnl.thanus |
| Идентификатор | Идентификаторreboot-parent |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Описание |
Описаниеreboot-parent
Refactoring tool to automatically apply best practices in Java / Spring-Boot applications
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| reboot-parent-1.0.0.pom | 12 KB |
| reboot-parent-1.0.0-sources.jar | 10 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/nl.thanus/reboot-parent/ -->
<dependency>
<groupId>nl.thanus</groupId>
<artifactId>reboot-parent</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/nl.thanus/reboot-parent/
implementation 'nl.thanus:reboot-parent:1.0.0'
// https://jarcasting.com/artifacts/nl.thanus/reboot-parent/
implementation ("nl.thanus:reboot-parent:1.0.0")
'nl.thanus:reboot-parent:jar:1.0.0'
<dependency org="nl.thanus" name="reboot-parent" rev="1.0.0">
<artifact name="reboot-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.thanus', module='reboot-parent', version='1.0.0')
)
libraryDependencies += "nl.thanus" % "reboot-parent" % "1.0.0"
[nl.thanus/reboot-parent "1.0.0"]