s

superpom-config

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