s

standard-project-parent

Benny's standard parent POM full of default sweetness and boilerplate code.
https://github.com/bbottema/standard-project-parent
The Apache Software License, Version 2.0
Benny Bottema
Files download
File Operation
standard-project-parent-1.0.3.pom download
Apache Maven
<dependency>
  <groupId>com.github.bbottema</groupId>
  <artifactId>standard-project-parent</artifactId>
  <version>1.0.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.bbottema:standard-project-parent:1.0.3'
Gradle Kotlin
implementation("com.github.bbottema:standard-project-parent:1.0.3")
Scala SBT
libraryDependencies += "com.github.bbottema" % "standard-project-parent" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.bbottema', module='standard-project-parent', version='1.0.3')
)
Apache Ivy
<dependency org="com.github.bbottema" name="standard-project-parent" rev="1.0.3" />
Leiningen
[com.github.bbottema/standard-project-parent "1.0.3"]
Apache Buildr
'com.github.bbottema:standard-project-parent:jar:1.0.3'