s

superpom-config

These Foolish Things SuperPOM Config
http://tidalwave.it/projects/thesefoolishthings
Files download
File Operation
superpom-config-1.11.jar download
superpom-config-1.11.pom download
superpom-config-1.11-sources.jar download
Apache Maven
<dependency>
  <groupId>it.tidalwave.thesefoolishthings</groupId>
  <artifactId>superpom-config</artifactId>
  <version>1.11</version>
</dependency>
Gradle Groovy
implementation 'it.tidalwave.thesefoolishthings:superpom-config:1.11'
Gradle Kotlin
implementation("it.tidalwave.thesefoolishthings:superpom-config:1.11")
Scala SBT
libraryDependencies += "it.tidalwave.thesefoolishthings" % "superpom-config" % "1.11"
Groovy Grape
@Grapes(
  @Grab(group='it.tidalwave.thesefoolishthings', module='superpom-config', version='1.11')
)
Apache Ivy
<dependency org="it.tidalwave.thesefoolishthings" name="superpom-config" rev="1.11" />
Leiningen
[it.tidalwave.thesefoolishthings/superpom-config "1.11"]
Apache Buildr
'it.tidalwave.thesefoolishthings:superpom-config:jar:1.11'