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