не последняя версия
Последняя версия 1.4.0

io.github.dibog:pom-to-dot 1.0.0

Displays the hierarchical structure of POM as DOT files.

Группа

Группа

io.github.dibog
Идентификатор

Идентификатор

pom-to-dot
Версия

Версия

1.0.0
Тип

Тип

jar

Скачать pom-to-dot 1.0.0


<!-- https://jarcasting.com/artifacts/io.github.dibog/pom-to-dot/ -->
<dependency>
    <groupId>io.github.dibog</groupId>
    <artifactId>pom-to-dot</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.dibog/pom-to-dot/
implementation 'io.github.dibog:pom-to-dot:1.0.0'
// https://jarcasting.com/artifacts/io.github.dibog/pom-to-dot/
implementation ("io.github.dibog:pom-to-dot:1.0.0")
'io.github.dibog:pom-to-dot:jar:1.0.0'
<dependency org="io.github.dibog" name="pom-to-dot" rev="1.0.0">
  <artifact name="pom-to-dot" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.dibog', module='pom-to-dot', version='1.0.0')
)
libraryDependencies += "io.github.dibog" % "pom-to-dot" % "1.0.0"
[io.github.dibog/pom-to-dot "1.0.0"]