b

basepom-maven-plugins-root

Apache License 2.0
The basepom project
Henning Schmiedehausen
文件下载
文件名 操作
basepom-maven-plugins-root-4.pom 下载
Apache Maven
<dependency>
  <groupId>org.basepom.maven</groupId>
  <artifactId>basepom-maven-plugins-root</artifactId>
  <version>4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.basepom.maven:basepom-maven-plugins-root:4'
Gradle Kotlin
implementation("org.basepom.maven:basepom-maven-plugins-root:4")
Scala SBT
libraryDependencies += "org.basepom.maven" % "basepom-maven-plugins-root" % "4"
Groovy Grape
@Grapes(
  @Grab(group='org.basepom.maven', module='basepom-maven-plugins-root', version='4')
)
Apache Ivy
<dependency org="org.basepom.maven" name="basepom-maven-plugins-root" rev="4" />
Leiningen
[org.basepom.maven/basepom-maven-plugins-root "4"]
Apache Buildr
'org.basepom.maven:basepom-maven-plugins-root:jar:4'