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