GroupId | GroupIdcom.github.bbottema |
---|---|
ArtifactId | ArtifactIdmodular-project-parent |
Version | Version1.0.4 |
Type | Typepom |
Filename | Size |
---|---|
modular-project-parent-1.0.4.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bbottema/modular-project-parent/ -->
<dependency>
<groupId>com.github.bbottema</groupId>
<artifactId>modular-project-parent</artifactId>
<version>1.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bbottema/modular-project-parent/
implementation 'com.github.bbottema:modular-project-parent:1.0.4'
// https://jarcasting.com/artifacts/com.github.bbottema/modular-project-parent/
implementation ("com.github.bbottema:modular-project-parent:1.0.4")
'com.github.bbottema:modular-project-parent:pom:1.0.4'
<dependency org="com.github.bbottema" name="modular-project-parent" rev="1.0.4">
<artifact name="modular-project-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.bbottema', module='modular-project-parent', version='1.0.4')
)
libraryDependencies += "com.github.bbottema" % "modular-project-parent" % "1.0.4"
[com.github.bbottema/modular-project-parent "1.0.4"]