Files download
File Operation
superpom-1.11.pom download
Apache Maven
<dependency>
  <groupId>it.tidalwave.thesefoolishthings</groupId>
  <artifactId>superpom</artifactId>
  <version>1.11</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'it.tidalwave.thesefoolishthings:superpom:1.11'
Gradle Kotlin
implementation("it.tidalwave.thesefoolishthings:superpom:1.11")
Scala SBT
libraryDependencies += "it.tidalwave.thesefoolishthings" % "superpom" % "1.11"
Groovy Grape
@Grapes(
  @Grab(group='it.tidalwave.thesefoolishthings', module='superpom', version='1.11')
)
Apache Ivy
<dependency org="it.tidalwave.thesefoolishthings" name="superpom" rev="1.11" />
Leiningen
[it.tidalwave.thesefoolishthings/superpom "1.11"]
Apache Buildr
'it.tidalwave.thesefoolishthings:superpom:jar:1.11'
Dependencies
The project has no third-party dependencies