GroupId | GroupIdcom.g2forge.habitat |
---|---|
ArtifactId | ArtifactIdhabitat |
Version | Version0.0.4 |
Type | Typepom |
Filename | Size |
---|---|
habitat-0.0.4.pom | 820 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.g2forge.habitat/habitat/ -->
<dependency>
<groupId>com.g2forge.habitat</groupId>
<artifactId>habitat</artifactId>
<version>0.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.g2forge.habitat/habitat/
implementation 'com.g2forge.habitat:habitat:0.0.4'
// https://jarcasting.com/artifacts/com.g2forge.habitat/habitat/
implementation ("com.g2forge.habitat:habitat:0.0.4")
'com.g2forge.habitat:habitat:pom:0.0.4'
<dependency org="com.g2forge.habitat" name="habitat" rev="0.0.4">
<artifact name="habitat" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.g2forge.habitat', module='habitat', version='0.0.4')
)
libraryDependencies += "com.g2forge.habitat" % "habitat" % "0.0.4"
[com.g2forge.habitat/habitat "0.0.4"]