is not current version
Last Version 1.0.26

com.github.bbottema:standard-project-parent 1.0.4

Benny's standard parent POM full of default sweetness and boilerplate code.

GroupId

GroupId

com.github.bbottema
ArtifactId

ArtifactId

standard-project-parent
Version

Version

1.0.4
Type

Type

pom

Download standard-project-parent 1.0.4


<!-- https://jarcasting.com/artifacts/com.github.bbottema/standard-project-parent/ -->
<dependency>
    <groupId>com.github.bbottema</groupId>
    <artifactId>standard-project-parent</artifactId>
    <version>1.0.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bbottema/standard-project-parent/
implementation 'com.github.bbottema:standard-project-parent:1.0.4'
// https://jarcasting.com/artifacts/com.github.bbottema/standard-project-parent/
implementation ("com.github.bbottema:standard-project-parent:1.0.4")
'com.github.bbottema:standard-project-parent:pom:1.0.4'
<dependency org="com.github.bbottema" name="standard-project-parent" rev="1.0.4">
  <artifact name="standard-project-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.bbottema', module='standard-project-parent', version='1.0.4')
)
libraryDependencies += "com.github.bbottema" % "standard-project-parent" % "1.0.4"
[com.github.bbottema/standard-project-parent "1.0.4"]