| License |
License |
|---|---|
| GroupId | GroupIdcom.headstartech.beansgraph |
| ArtifactId | ArtifactIdbeansgraph-dot-reporter |
| Version | Version1.2.0.RELEASE |
| Type | Typejar |
| Description |
DescriptionBeans graph
Reporter outputting the bean dependencies to a .dot file
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.headstartech.beansgraph/beansgraph-dot-reporter/ -->
<dependency>
<groupId>com.headstartech.beansgraph</groupId>
<artifactId>beansgraph-dot-reporter</artifactId>
<version>1.2.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.headstartech.beansgraph/beansgraph-dot-reporter/
implementation 'com.headstartech.beansgraph:beansgraph-dot-reporter:1.2.0.RELEASE'
// https://jarcasting.com/artifacts/com.headstartech.beansgraph/beansgraph-dot-reporter/
implementation ("com.headstartech.beansgraph:beansgraph-dot-reporter:1.2.0.RELEASE")
'com.headstartech.beansgraph:beansgraph-dot-reporter:jar:1.2.0.RELEASE'
<dependency org="com.headstartech.beansgraph" name="beansgraph-dot-reporter" rev="1.2.0.RELEASE">
<artifact name="beansgraph-dot-reporter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.headstartech.beansgraph', module='beansgraph-dot-reporter', version='1.2.0.RELEASE')
)
libraryDependencies += "com.headstartech.beansgraph" % "beansgraph-dot-reporter" % "1.2.0.RELEASE"
[com.headstartech.beansgraph/beansgraph-dot-reporter "1.2.0.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jgrapht : jgrapht-core | jar | 0.9.0 |
| org.jgrapht : jgrapht-ext | jar | 0.9.0 |
| com.headstartech.beansgraph : beansgraph-core | jar | 1.2.0.RELEASE |
| org.slf4j : slf4j-api | jar | 1.7.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.0.13 |
| org.testng : testng | jar | 6.8.7 |