GroupId | GroupIdco.mewf.humpty |
---|---|
ArtifactId | ArtifactIdhumpty-parent |
Version | Version0.10.0 |
Type | Typepom |
Filename | Size |
---|---|
humpty-parent-0.10.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.mewf.humpty/humpty-parent/ -->
<dependency>
<groupId>co.mewf.humpty</groupId>
<artifactId>humpty-parent</artifactId>
<version>0.10.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/co.mewf.humpty/humpty-parent/
implementation 'co.mewf.humpty:humpty-parent:0.10.0'
// https://jarcasting.com/artifacts/co.mewf.humpty/humpty-parent/
implementation ("co.mewf.humpty:humpty-parent:0.10.0")
'co.mewf.humpty:humpty-parent:pom:0.10.0'
<dependency org="co.mewf.humpty" name="humpty-parent" rev="0.10.0">
<artifact name="humpty-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='co.mewf.humpty', module='humpty-parent', version='0.10.0')
)
libraryDependencies += "co.mewf.humpty" % "humpty-parent" % "0.10.0"
[co.mewf.humpty/humpty-parent "0.10.0"]