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