Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdio.yawp |
ArtifactId | ArtifactIdyawp-maven-plugin-root |
Version | Version1.6.9 |
Type | Typepom |
Filename | Size |
---|---|
yawp-maven-plugin-root-1.6.9.pom | 745 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.yawp/yawp-maven-plugin-root/ -->
<dependency>
<groupId>io.yawp</groupId>
<artifactId>yawp-maven-plugin-root</artifactId>
<version>1.6.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.yawp/yawp-maven-plugin-root/
implementation 'io.yawp:yawp-maven-plugin-root:1.6.9'
// https://jarcasting.com/artifacts/io.yawp/yawp-maven-plugin-root/
implementation ("io.yawp:yawp-maven-plugin-root:1.6.9")
'io.yawp:yawp-maven-plugin-root:pom:1.6.9'
<dependency org="io.yawp" name="yawp-maven-plugin-root" rev="1.6.9">
<artifact name="yawp-maven-plugin-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.yawp', module='yawp-maven-plugin-root', version='1.6.9')
)
libraryDependencies += "io.yawp" % "yawp-maven-plugin-root" % "1.6.9"
[io.yawp/yawp-maven-plugin-root "1.6.9"]