is not current version
Last Version 1.0.26

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

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.15
Type

Type

pom

Download standard-project-parent 1.0.15


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