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