MVN

it.tidalwave.thesefoolishthings : superpom-config

Maven & Gradle

Jan 23, 2023

TheseFoolishThings SuperPOM Config · These Foolish Things SuperPOM Config

<dependency>
    <groupId>it.tidalwave.thesefoolishthings</groupId>
    <artifactId>superpom-config</artifactId>
    <version>1.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.tidalwave.thesefoolishthings : superpom-config to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.10

All Versions

Choose a version of it.tidalwave.thesefoolishthings : superpom-config to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.10
superpom-config-1.10
1.9
superpom-config-1.9
1.8
superpom-config-1.8
1.7
superpom-config-1.7
1.6
superpom-config-1.6
1.5
superpom-config-1.5
1.4
superpom-config-1.4
1.3
superpom-config-1.3
1.2
superpom-config-1.2
1.1
superpom-config-1.1
1.0
superpom-config-1.0

How to add a dependency to Maven

Add the following it.tidalwave.thesefoolishthings : superpom-config maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.tidalwave.thesefoolishthings</groupId>
    <artifactId>superpom-config</artifactId>
    <version>1.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.tidalwave.thesefoolishthings : superpom-config gradle dependency to your build.gradle file:

implementation 'it.tidalwave.thesefoolishthings:superpom-config:1.10'

Gradle Kotlin DSL: Add the following it.tidalwave.thesefoolishthings : superpom-config gradle kotlin dependency to your build.gradle.kts file:

implementation("it.tidalwave.thesefoolishthings:superpom-config:1.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.tidalwave.thesefoolishthings : superpom-config sbt scala dependency to your build.sbt file:

libraryDependencies += "it.tidalwave.thesefoolishthings" % "superpom-config" % "1.10"