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