s

superpom

[![Build Status](https://drone.io/bitbucket.org/tidalwave/tidalwave-superpom-src/status.png)](https://drone.io/bitbucket.org/tidalwave/tidalwave-superpom-src/latest) The SuperPOM for all Tidalwave projects. It is not designed for being used by others, as it contains some corporate-specific configurations, but its ancestor [TheseFooolishThings SuperPOM](http://bitbucket.org/tidalwave/thesefoolishthings-superpom-src) has been designed to be reusable. Please have a look at it.
http://tidalwave.it/projects
Files download
File Operation
superpom-5.0-ALPHA-10.pom download
Apache Maven
<dependency>
  <groupId>it.tidalwave.superpom</groupId>
  <artifactId>superpom</artifactId>
  <version>5.0-ALPHA-10</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'it.tidalwave.superpom:superpom:5.0-ALPHA-10'
Gradle Kotlin
implementation("it.tidalwave.superpom:superpom:5.0-ALPHA-10")
Scala SBT
libraryDependencies += "it.tidalwave.superpom" % "superpom" % "5.0-ALPHA-10"
Groovy Grape
@Grapes(
  @Grab(group='it.tidalwave.superpom', module='superpom', version='5.0-ALPHA-10')
)
Apache Ivy
<dependency org="it.tidalwave.superpom" name="superpom" rev="5.0-ALPHA-10" />
Leiningen
[it.tidalwave.superpom/superpom "5.0-ALPHA-10"]
Apache Buildr
'it.tidalwave.superpom:superpom:jar:5.0-ALPHA-10'