is not current version
Last Version 1.3

com.github.gv2011:parent-gv 1.0

Parent for gv2011 projects on GitHub and Maven Central

GroupId

GroupId

com.github.gv2011
ArtifactId

ArtifactId

parent-gv
Version

Version

1.0
Type

Type

pom

Download parent-gv 1.0

Filename Size
parent-gv-1.0.pom 4 KB
Browse

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