is not current version
Last Version 1.0.19

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

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

Type

pom

Download modular-project-parent 1.0.2


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