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