Last Version

POM to DOT converter 1.4.0

Displays the hierarchical structure of POM as DOT files.

License

License

GroupId

GroupId

io.github.dibog
ArtifactId

ArtifactId

pom-to-dot
Version

Version

1.4.0
Type

Type

pom
Description

Description

POM to DOT converter
Displays the hierarchical structure of POM as DOT files.
Project URL

Project URL

https://github.com/dibog/pom-to-dot
Source Code Management

Source Code Management

https://github.com/dibog/pom-to-dot

Download pom-to-dot 1.4.0

Filename Size
pom-to-dot-1.4.0.pom 11 KB
Browse

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

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.2.40

test (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test jar 1.2.40

Project Modules

  • generator
  • maven-plugin
  • demo