| GroupId | GroupIdio.github.dibog |
|---|---|
| ArtifactId | ArtifactIdpom-to-dot |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| pom-to-dot-1.0.0.pom | |
| pom-to-dot-1.0.0.jar | 20 KB |
| pom-to-dot-1.0.0-sources.jar | 5 KB |
| pom-to-dot-1.0.0-javadoc.jar | 30 KB |
| pom-to-dot-1.0.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.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"]