| License |
License |
|---|---|
| GroupId | GroupIdcom.github.htfv |
| ArtifactId | ArtifactIdparent |
| Last Version | Last Version8 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionTop-level parent POM
Top-level parent POM for projects under com.github.htfv.
|
| Filename | Size |
|---|---|
| parent-8.pom | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.htfv/parent/ -->
<dependency>
<groupId>com.github.htfv</groupId>
<artifactId>parent</artifactId>
<version>8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.htfv/parent/
implementation 'com.github.htfv:parent:8'
// https://jarcasting.com/artifacts/com.github.htfv/parent/
implementation ("com.github.htfv:parent:8")
'com.github.htfv:parent:pom:8'
<dependency org="com.github.htfv" name="parent" rev="8">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.htfv', module='parent', version='8')
)
libraryDependencies += "com.github.htfv" % "parent" % "8"
[com.github.htfv/parent "8"]