GroupId | GroupIdcom.github.htfv |
---|---|
ArtifactId | ArtifactIdparent-resources |
Version | Version6 |
Type | Typejar |
Filename | Size |
---|---|
parent-resources-6.pom | |
parent-resources-6.jar | 4 KB |
parent-resources-6-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.htfv/parent-resources/ -->
<dependency>
<groupId>com.github.htfv</groupId>
<artifactId>parent-resources</artifactId>
<version>6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.htfv/parent-resources/
implementation 'com.github.htfv:parent-resources:6'
// https://jarcasting.com/artifacts/com.github.htfv/parent-resources/
implementation ("com.github.htfv:parent-resources:6")
'com.github.htfv:parent-resources:jar:6'
<dependency org="com.github.htfv" name="parent-resources" rev="6">
<artifact name="parent-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.htfv', module='parent-resources', version='6')
)
libraryDependencies += "com.github.htfv" % "parent-resources" % "6"
[com.github.htfv/parent-resources "6"]