y

yawp-maven-plugin-root

YAWP! maven plugin root
文件下载
文件名 操作
yawp-maven-plugin-root-1.6.18.pom 下载
Apache Maven
<dependency>
  <groupId>io.yawp</groupId>
  <artifactId>yawp-maven-plugin-root</artifactId>
  <version>1.6.18</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.yawp:yawp-maven-plugin-root:1.6.18'
Gradle Kotlin
implementation("io.yawp:yawp-maven-plugin-root:1.6.18")
Scala SBT
libraryDependencies += "io.yawp" % "yawp-maven-plugin-root" % "1.6.18"
Groovy Grape
@Grapes(
  @Grab(group='io.yawp', module='yawp-maven-plugin-root', version='1.6.18')
)
Apache Ivy
<dependency org="io.yawp" name="yawp-maven-plugin-root" rev="1.6.18" />
Leiningen
[io.yawp/yawp-maven-plugin-root "1.6.18"]
Apache Buildr
'io.yawp:yawp-maven-plugin-root:jar:1.6.18'