b

basepom-maven-plugins-root

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