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