| GroupId | GroupIdio.github.dibog |
|---|---|
| ArtifactId | ArtifactIdpom-to-dot |
| Version | Version1.3.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| pom-to-dot-1.3.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.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.dibog/pom-to-dot/
implementation 'io.github.dibog:pom-to-dot:1.3.0'
// https://jarcasting.com/artifacts/io.github.dibog/pom-to-dot/
implementation ("io.github.dibog:pom-to-dot:1.3.0")
'io.github.dibog:pom-to-dot:pom:1.3.0'
<dependency org="io.github.dibog" name="pom-to-dot" rev="1.3.0">
<artifact name="pom-to-dot" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.dibog', module='pom-to-dot', version='1.3.0')
)
libraryDependencies += "io.github.dibog" % "pom-to-dot" % "1.3.0"
[io.github.dibog/pom-to-dot "1.3.0"]