GroupId | GroupIdtv.hd3g.commons |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version2.3.7.RELEASE-1 |
Type | Typepom |
Filename | Size |
---|---|
parent-2.3.7.RELEASE-1.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tv.hd3g.commons/parent/ -->
<dependency>
<groupId>tv.hd3g.commons</groupId>
<artifactId>parent</artifactId>
<version>2.3.7.RELEASE-1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/tv.hd3g.commons/parent/
implementation 'tv.hd3g.commons:parent:2.3.7.RELEASE-1'
// https://jarcasting.com/artifacts/tv.hd3g.commons/parent/
implementation ("tv.hd3g.commons:parent:2.3.7.RELEASE-1")
'tv.hd3g.commons:parent:pom:2.3.7.RELEASE-1'
<dependency org="tv.hd3g.commons" name="parent" rev="2.3.7.RELEASE-1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='tv.hd3g.commons', module='parent', version='2.3.7.RELEASE-1')
)
libraryDependencies += "tv.hd3g.commons" % "parent" % "2.3.7.RELEASE-1"
[tv.hd3g.commons/parent "2.3.7.RELEASE-1"]