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