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