is not current version
Last Version 1.0.19

com.github.bbottema:modular-project-parent 1.0.7

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

GroupId

GroupId

com.github.bbottema
ArtifactId

ArtifactId

modular-project-parent
Version

Version

1.0.7
Type

Type

pom

Download modular-project-parent 1.0.7


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