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