is not current version
Last Version 8

com.github.htfv:parent 5

Top-level parent POM for projects under com.github.htfv.

GroupId

GroupId

com.github.htfv
ArtifactId

ArtifactId

parent
Version

Version

5
Type

Type

pom

Download parent 5

Filename Size
parent-5.pom 15 KB
Browse

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