| GroupId | GroupIdcom.headstartech.beansgraph |
|---|---|
| ArtifactId | ArtifactIdbeansgraph-dot-reporter |
| Version | Version1.1.0.RELEASE |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.headstartech.beansgraph/beansgraph-dot-reporter/ -->
<dependency>
<groupId>com.headstartech.beansgraph</groupId>
<artifactId>beansgraph-dot-reporter</artifactId>
<version>1.1.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.headstartech.beansgraph/beansgraph-dot-reporter/
implementation 'com.headstartech.beansgraph:beansgraph-dot-reporter:1.1.0.RELEASE'
// https://jarcasting.com/artifacts/com.headstartech.beansgraph/beansgraph-dot-reporter/
implementation ("com.headstartech.beansgraph:beansgraph-dot-reporter:1.1.0.RELEASE")
'com.headstartech.beansgraph:beansgraph-dot-reporter:jar:1.1.0.RELEASE'
<dependency org="com.headstartech.beansgraph" name="beansgraph-dot-reporter" rev="1.1.0.RELEASE">
<artifact name="beansgraph-dot-reporter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.headstartech.beansgraph', module='beansgraph-dot-reporter', version='1.1.0.RELEASE')
)
libraryDependencies += "com.headstartech.beansgraph" % "beansgraph-dot-reporter" % "1.1.0.RELEASE"
[com.headstartech.beansgraph/beansgraph-dot-reporter "1.1.0.RELEASE"]