| GroupId | GroupIdio.github.dibog |
|---|---|
| ArtifactId | ArtifactIdpom-to-dot |
| Version | Version1.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| pom-to-dot-1.2.0.pom | |
| pom-to-dot-1.2.0.jar | 40 KB |
| pom-to-dot-1.2.0-sources.jar | 8 KB |
| pom-to-dot-1.2.0-javadoc.jar | 33 KB |
| pom-to-dot-1.2.0-jar-with-dependencies.jar | 7 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.dibog/pom-to-dot/ -->
<dependency>
<groupId>io.github.dibog</groupId>
<artifactId>pom-to-dot</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.dibog/pom-to-dot/
implementation 'io.github.dibog:pom-to-dot:1.2.0'
// https://jarcasting.com/artifacts/io.github.dibog/pom-to-dot/
implementation ("io.github.dibog:pom-to-dot:1.2.0")
'io.github.dibog:pom-to-dot:jar:1.2.0'
<dependency org="io.github.dibog" name="pom-to-dot" rev="1.2.0">
<artifact name="pom-to-dot" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.dibog', module='pom-to-dot', version='1.2.0')
)
libraryDependencies += "io.github.dibog" % "pom-to-dot" % "1.2.0"
[io.github.dibog/pom-to-dot "1.2.0"]