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