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