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