Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdcom.github.htfv |
ArtifactId | ArtifactIdparent-github |
Version | Version3 |
Type | Typepom |
Filename | Size |
---|---|
parent-github-3.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.htfv/parent-github/ -->
<dependency>
<groupId>com.github.htfv</groupId>
<artifactId>parent-github</artifactId>
<version>3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.htfv/parent-github/
implementation 'com.github.htfv:parent-github:3'
// https://jarcasting.com/artifacts/com.github.htfv/parent-github/
implementation ("com.github.htfv:parent-github:3")
'com.github.htfv:parent-github:pom:3'
<dependency org="com.github.htfv" name="parent-github" rev="3">
<artifact name="parent-github" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.htfv', module='parent-github', version='3')
)
libraryDependencies += "com.github.htfv" % "parent-github" % "3"
[com.github.htfv/parent-github "3"]