| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаcom.github.onblog |
| Идентификатор | Идентификаторproject-tree-spring-boot-starter |
| Последняя версия | Последняя версия2.0.0.RELEASE |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеProjectTree
A framework that shows the chain of method calls
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/com.github.onblog/project-tree-spring-boot-starter/ -->
<dependency>
<groupId>com.github.onblog</groupId>
<artifactId>project-tree-spring-boot-starter</artifactId>
<version>2.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.onblog/project-tree-spring-boot-starter/
implementation 'com.github.onblog:project-tree-spring-boot-starter:2.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.onblog/project-tree-spring-boot-starter/
implementation ("com.github.onblog:project-tree-spring-boot-starter:2.0.0.RELEASE")
'com.github.onblog:project-tree-spring-boot-starter:jar:2.0.0.RELEASE'
<dependency org="com.github.onblog" name="project-tree-spring-boot-starter" rev="2.0.0.RELEASE">
<artifact name="project-tree-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.onblog', module='project-tree-spring-boot-starter', version='2.0.0.RELEASE')
)
libraryDependencies += "com.github.onblog" % "project-tree-spring-boot-starter" % "2.0.0.RELEASE"
[com.github.onblog/project-tree-spring-boot-starter "2.0.0.RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| commons-io : commons-io | jar | 2.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | 1.5.10.RELEASE |
| org.springframework.boot : spring-boot-starter-aop | jar | 1.5.10.RELEASE |