GroupId | GroupIdhr.com.vgv |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version0.1.0 |
Type | Typepom |
Filename | Size |
---|---|
parent-0.1.0.pom | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/hr.com.vgv/parent/ -->
<dependency>
<groupId>hr.com.vgv</groupId>
<artifactId>parent</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/hr.com.vgv/parent/
implementation 'hr.com.vgv:parent:0.1.0'
// https://jarcasting.com/artifacts/hr.com.vgv/parent/
implementation ("hr.com.vgv:parent:0.1.0")
'hr.com.vgv:parent:pom:0.1.0'
<dependency org="hr.com.vgv" name="parent" rev="0.1.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='hr.com.vgv', module='parent', version='0.1.0')
)
libraryDependencies += "hr.com.vgv" % "parent" % "0.1.0"
[hr.com.vgv/parent "0.1.0"]