is not current version
Last Version 1.2.0.RELEASE

com.headstartech.beansgraph:beansgraph-dot-reporter 1.1.1.RELEASE

Outputs the Spring bean dependencies to a .dot file

GroupId

GroupId

com.headstartech.beansgraph
ArtifactId

ArtifactId

beansgraph-dot-reporter
Version

Version

1.1.1.RELEASE
Type

Type

jar

Download beansgraph-dot-reporter 1.1.1.RELEASE


<!-- https://jarcasting.com/artifacts/com.headstartech.beansgraph/beansgraph-dot-reporter/ -->
<dependency>
    <groupId>com.headstartech.beansgraph</groupId>
    <artifactId>beansgraph-dot-reporter</artifactId>
    <version>1.1.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.headstartech.beansgraph/beansgraph-dot-reporter/
implementation 'com.headstartech.beansgraph:beansgraph-dot-reporter:1.1.1.RELEASE'
// https://jarcasting.com/artifacts/com.headstartech.beansgraph/beansgraph-dot-reporter/
implementation ("com.headstartech.beansgraph:beansgraph-dot-reporter:1.1.1.RELEASE")
'com.headstartech.beansgraph:beansgraph-dot-reporter:jar:1.1.1.RELEASE'
<dependency org="com.headstartech.beansgraph" name="beansgraph-dot-reporter" rev="1.1.1.RELEASE">
  <artifact name="beansgraph-dot-reporter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.headstartech.beansgraph', module='beansgraph-dot-reporter', version='1.1.1.RELEASE')
)
libraryDependencies += "com.headstartech.beansgraph" % "beansgraph-dot-reporter" % "1.1.1.RELEASE"
[com.headstartech.beansgraph/beansgraph-dot-reporter "1.1.1.RELEASE"]