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