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