y

yawp-maven-plugin-root

YAWP! maven plugin root
Files download
File Operation
yawp-maven-plugin-root-1.6.11.pom download
Apache Maven
<dependency>
  <groupId>io.yawp</groupId>
  <artifactId>yawp-maven-plugin-root</artifactId>
  <version>1.6.11</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.yawp:yawp-maven-plugin-root:1.6.11'
Gradle Kotlin
implementation("io.yawp:yawp-maven-plugin-root:1.6.11")
Scala SBT
libraryDependencies += "io.yawp" % "yawp-maven-plugin-root" % "1.6.11"
Groovy Grape
@Grapes(
  @Grab(group='io.yawp', module='yawp-maven-plugin-root', version='1.6.11')
)
Apache Ivy
<dependency org="io.yawp" name="yawp-maven-plugin-root" rev="1.6.11" />
Leiningen
[io.yawp/yawp-maven-plugin-root "1.6.11"]
Apache Buildr
'io.yawp:yawp-maven-plugin-root:jar:1.6.11'