| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.headstartech.beansgraph |
| Идентификатор | Идентификаторbeansgraph-core |
| Версия | Версия1.2.0.RELEASE |
| Тип | Типjar |
| Описание |
ОписаниеBeans graph
Core library generating a graph of Spring bean dependencies
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/com.headstartech.beansgraph/beansgraph-core/ -->
<dependency>
<groupId>com.headstartech.beansgraph</groupId>
<artifactId>beansgraph-core</artifactId>
<version>1.2.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.headstartech.beansgraph/beansgraph-core/
implementation 'com.headstartech.beansgraph:beansgraph-core:1.2.0.RELEASE'
// https://jarcasting.com/artifacts/com.headstartech.beansgraph/beansgraph-core/
implementation ("com.headstartech.beansgraph:beansgraph-core:1.2.0.RELEASE")
'com.headstartech.beansgraph:beansgraph-core:jar:1.2.0.RELEASE'
<dependency org="com.headstartech.beansgraph" name="beansgraph-core" rev="1.2.0.RELEASE">
<artifact name="beansgraph-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.headstartech.beansgraph', module='beansgraph-core', version='1.2.0.RELEASE')
)
libraryDependencies += "com.headstartech.beansgraph" % "beansgraph-core" % "1.2.0.RELEASE"
[com.headstartech.beansgraph/beansgraph-core "1.2.0.RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jgrapht : jgrapht-core | jar | 0.9.0 |
| org.springframework : spring-context | jar | 3.2.10.RELEASE |
| org.slf4j : slf4j-api | jar | 1.7.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.0.13 |
| org.testng : testng | jar | 6.8.7 |