文件下载
文件名 操作
parent-pom-1.0.5.pom 下载
Apache Maven
<dependency>
  <groupId>io.dropwizard-bundles</groupId>
  <artifactId>parent-pom</artifactId>
  <version>1.0.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.dropwizard-bundles:parent-pom:1.0.5'
Gradle Kotlin
implementation("io.dropwizard-bundles:parent-pom:1.0.5")
Scala SBT
libraryDependencies += "io.dropwizard-bundles" % "parent-pom" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='io.dropwizard-bundles', module='parent-pom', version='1.0.5')
)
Apache Ivy
<dependency org="io.dropwizard-bundles" name="parent-pom" rev="1.0.5" />
Leiningen
[io.dropwizard-bundles/parent-pom "1.0.5"]
Apache Buildr
'io.dropwizard-bundles:parent-pom:jar:1.0.5'
本项目依赖
该项目无第三方依赖