GroupId | GroupIdcom.codereligion |
---|---|
ArtifactId | ArtifactIdhammock-parent |
Version | Version0.4 |
Type | Typepom |
Filename | Size |
---|---|
hammock-parent-0.4.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.codereligion/hammock-parent/ -->
<dependency>
<groupId>com.codereligion</groupId>
<artifactId>hammock-parent</artifactId>
<version>0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.codereligion/hammock-parent/
implementation 'com.codereligion:hammock-parent:0.4'
// https://jarcasting.com/artifacts/com.codereligion/hammock-parent/
implementation ("com.codereligion:hammock-parent:0.4")
'com.codereligion:hammock-parent:pom:0.4'
<dependency org="com.codereligion" name="hammock-parent" rev="0.4">
<artifact name="hammock-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.codereligion', module='hammock-parent', version='0.4')
)
libraryDependencies += "com.codereligion" % "hammock-parent" % "0.4"
[com.codereligion/hammock-parent "0.4"]