GroupId | GroupIdcom.sirika.hchelpers |
---|---|
ArtifactId | ArtifactIdhchelpers-parent |
Version | Version0.6 |
Type | Typejar |
Filename | Size |
---|---|
hchelpers-parent-0.6.pom | 10 KB |
hchelpers-parent-0.6-tests.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sirika.hchelpers/hchelpers-parent/ -->
<dependency>
<groupId>com.sirika.hchelpers</groupId>
<artifactId>hchelpers-parent</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.sirika.hchelpers/hchelpers-parent/
implementation 'com.sirika.hchelpers:hchelpers-parent:0.6'
// https://jarcasting.com/artifacts/com.sirika.hchelpers/hchelpers-parent/
implementation ("com.sirika.hchelpers:hchelpers-parent:0.6")
'com.sirika.hchelpers:hchelpers-parent:jar:0.6'
<dependency org="com.sirika.hchelpers" name="hchelpers-parent" rev="0.6">
<artifact name="hchelpers-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sirika.hchelpers', module='hchelpers-parent', version='0.6')
)
libraryDependencies += "com.sirika.hchelpers" % "hchelpers-parent" % "0.6"
[com.sirika.hchelpers/hchelpers-parent "0.6"]