p

pomade

A Maven parent pom offering à la carte selection of common dependency groups and common build profiles.
https://github.com/davewingate/Pomade
MIT license
Dave Wingate
Files download
File Operation
pomade-1.0.pom download
Apache Maven
<dependency>
  <groupId>net.big-oh</groupId>
  <artifactId>pomade</artifactId>
  <version>1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.big-oh:pomade:1.0'
Gradle Kotlin
implementation("net.big-oh:pomade:1.0")
Scala SBT
libraryDependencies += "net.big-oh" % "pomade" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='net.big-oh', module='pomade', version='1.0')
)
Apache Ivy
<dependency org="net.big-oh" name="pomade" rev="1.0" />
Leiningen
[net.big-oh/pomade "1.0"]
Apache Buildr
'net.big-oh:pomade:jar:1.0'