is not current version
Last Version 1.3

com.github.gv2011:parent 0.5.0

A Maven parent pom with default configurations useful for various projects and a consistent set of dependency versions.

GroupId

GroupId

com.github.gv2011
ArtifactId

ArtifactId

parent
Version

Version

0.5.0
Type

Type

pom

Download parent 0.5.0

Filename Size
parent-0.5.0.pom 17 KB
Browse

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