Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdio.github.dibog |
ArtifactId | ArtifactIdpom-to-dot-maven-plugin-demo |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
pom-to-dot-maven-plugin-demo-1.3.0.pom | |
pom-to-dot-maven-plugin-demo-1.3.0.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.dibog/pom-to-dot-maven-plugin-demo/ -->
<dependency>
<groupId>io.github.dibog</groupId>
<artifactId>pom-to-dot-maven-plugin-demo</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.dibog/pom-to-dot-maven-plugin-demo/
implementation 'io.github.dibog:pom-to-dot-maven-plugin-demo:1.3.0'
// https://jarcasting.com/artifacts/io.github.dibog/pom-to-dot-maven-plugin-demo/
implementation ("io.github.dibog:pom-to-dot-maven-plugin-demo:1.3.0")
'io.github.dibog:pom-to-dot-maven-plugin-demo:jar:1.3.0'
<dependency org="io.github.dibog" name="pom-to-dot-maven-plugin-demo" rev="1.3.0">
<artifact name="pom-to-dot-maven-plugin-demo" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.dibog', module='pom-to-dot-maven-plugin-demo', version='1.3.0')
)
libraryDependencies += "io.github.dibog" % "pom-to-dot-maven-plugin-demo" % "1.3.0"
[io.github.dibog/pom-to-dot-maven-plugin-demo "1.3.0"]